package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "map-obj@1.0.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "map-obj@1.0.1",
  10. "_id": "map-obj@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
  13. "_location": "/map-obj",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "map-obj@1.0.1",
  19. "name": "map-obj",
  20. "escapedName": "map-obj",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/camelcase-keys",
  27. "/meow"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/map-obj/issues"
  39. },
  40. "description": "Map object keys and values into a new object",
  41. "devDependencies": {
  42. "ava": "0.0.4"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/map-obj#readme",
  51. "keywords": [
  52. "map",
  53. "obj",
  54. "object",
  55. "key",
  56. "keys",
  57. "value",
  58. "values",
  59. "val",
  60. "iterate",
  61. "iterator"
  62. ],
  63. "license": "MIT",
  64. "name": "map-obj",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/map-obj.git"
  68. },
  69. "scripts": {
  70. "test": "node test.js"
  71. },
  72. "version": "1.0.1"
  73. }