package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "map-obj@^1.0.1",
  5. "D:\\work\\im\\node_modules\\meow"
  6. ]
  7. ],
  8. "_from": "map-obj@>=1.0.1 <2.0.0",
  9. "_id": "map-obj@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/map-obj",
  13. "_nodeVersion": "0.12.2",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.7.4",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "map-obj",
  22. "raw": "map-obj@^1.0.1",
  23. "rawSpec": "^1.0.1",
  24. "scope": null,
  25. "spec": ">=1.0.1 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/camelcase-keys",
  30. "/meow"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
  33. "_shasum": "d933ceb9205d82bdcf4886f6742bdc2b4dea146d",
  34. "_shrinkwrap": null,
  35. "_spec": "map-obj@^1.0.1",
  36. "_where": "D:\\work\\im\\node_modules\\meow",
  37. "author": {
  38. "email": "sindresorhus@gmail.com",
  39. "name": "Sindre Sorhus",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/map-obj/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Map object keys and values into a new object",
  47. "devDependencies": {
  48. "ava": "0.0.4"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "d933ceb9205d82bdcf4886f6742bdc2b4dea146d",
  53. "tarball": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "gitHead": "a4f2d49ae6b5f7c0e55130b49ab0412298b797bc",
  62. "homepage": "https://github.com/sindresorhus/map-obj",
  63. "keywords": [
  64. "map",
  65. "obj",
  66. "object",
  67. "key",
  68. "keys",
  69. "value",
  70. "values",
  71. "val",
  72. "iterate",
  73. "iterator"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "email": "sindresorhus@gmail.com",
  79. "name": "sindresorhus"
  80. }
  81. ],
  82. "name": "map-obj",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/map-obj.git"
  88. },
  89. "scripts": {
  90. "test": "node test.js"
  91. },
  92. "version": "1.0.1"
  93. }