package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "object.map@^1.0.0",
  3. "_id": "object.map@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==",
  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.1.tgz",
  24. "_shasum": "cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37",
  25. "_spec": "object.map@^1.0.0",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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. "contributors": [
  36. {
  37. "name": "Blaine Bublitz",
  38. "url": "https://twitter.com/BlaineBublitz"
  39. },
  40. {
  41. "name": "Brian Woodward",
  42. "url": "https://twitter.com/doowb"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. }
  48. ],
  49. "dependencies": {
  50. "for-own": "^1.0.0",
  51. "make-iterator": "^1.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.",
  55. "devDependencies": {
  56. "gulp-format-md": "^0.1.11",
  57. "mocha": "^3.2.0"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jonschlinkert/object.map",
  66. "keywords": [
  67. "map",
  68. "object"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "object.map",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jonschlinkert/object.map.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "verb": {
  81. "toc": false,
  82. "layout": "default",
  83. "tasks": [
  84. "readme"
  85. ],
  86. "plugins": [
  87. "gulp-format-md"
  88. ],
  89. "related": {
  90. "list": [
  91. "arr-map",
  92. "array-each",
  93. "collection-map"
  94. ]
  95. },
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "1.0.1"
  101. }