package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "object.map@^1.0.0",
  3. "_id": "object.map@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-kq74cc1ty87TH+KcCSHbg5ViRZc=",
  6. "_location": "/object.map",
  7. "_phantomChildren": {
  8. "for-in": "1.0.2"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "object.map@^1.0.0",
  14. "name": "object.map",
  15. "escapedName": "object.map",
  16. "rawSpec": "^1.0.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.0.0"
  19. },
  20. "_requiredBy": [
  21. "/liftoff"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.0.tgz",
  24. "_shasum": "92aef871cd6dcbced31fe29c0921db8395624597",
  25. "_spec": "object.map@^1.0.0",
  26. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/liftoff",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/object.map/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "for-own": "^0.1.4",
  37. "make-iterator": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.",
  41. "devDependencies": {
  42. "gulp-format-md": "^0.1.11",
  43. "mocha": "^3.2.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/object.map",
  52. "keywords": [
  53. "map",
  54. "object"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "object.map",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/jonschlinkert/object.map.git"
  62. },
  63. "scripts": {
  64. "test": "mocha"
  65. },
  66. "verb": {
  67. "toc": false,
  68. "layout": "default",
  69. "tasks": [
  70. "readme"
  71. ],
  72. "plugins": [
  73. "gulp-format-md"
  74. ],
  75. "related": {
  76. "list": [
  77. "collection-map",
  78. "arr-map",
  79. "array-each"
  80. ]
  81. },
  82. "lint": {
  83. "reflinks": true
  84. }
  85. },
  86. "version": "1.0.0"
  87. }