package.json 2.1 KB

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