package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "object-visit@1.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-visit@1.0.1",
  10. "_id": "object-visit@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
  13. "_location": "/object-visit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object-visit@1.0.1",
  19. "name": "object-visit",
  20. "escapedName": "object-visit",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/collection-visit",
  27. "/map-visit"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/object-visit/download/object-visit-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/object-visit/issues"
  38. },
  39. "dependencies": {
  40. "isobject": "^3.0.0"
  41. },
  42. "description": "Call a specified method on each value in the given object.",
  43. "devDependencies": {
  44. "gulp": "^3.9.1",
  45. "gulp-eslint": "^3.0.1",
  46. "gulp-format-md": "^0.1.12",
  47. "gulp-istanbul": "^1.1.1",
  48. "gulp-mocha": "^3.0.0",
  49. "mocha": "^3.2.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/object-visit",
  58. "keywords": [
  59. "context",
  60. "function",
  61. "helper",
  62. "key",
  63. "method",
  64. "object",
  65. "value",
  66. "visit",
  67. "visitor"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "object-visit",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/object-visit.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verb": {
  80. "related": {
  81. "list": [
  82. "base-methods",
  83. "collection-visit",
  84. "define-property",
  85. "map-visit"
  86. ]
  87. },
  88. "toc": false,
  89. "layout": "default",
  90. "tasks": [
  91. "readme"
  92. ],
  93. "plugins": [
  94. "gulp-format-md"
  95. ],
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "1.0.1"
  101. }