package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "collection-visit@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "collection-visit@1.0.0",
  10. "_id": "collection-visit@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
  13. "_location": "/collection-visit",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "collection-visit@1.0.0",
  19. "name": "collection-visit",
  20. "escapedName": "collection-visit",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/cache-base"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/collection-visit/download/collection-visit-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/collection-visit/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Brian Woodward",
  41. "email": "brian.woodward@gmail.com",
  42. "url": "https://twitter.com/doowb"
  43. },
  44. {
  45. "name": "Jon Schlinkert",
  46. "email": "jon.schlinkert@sellside.com",
  47. "url": "http://twitter.com/jonschlinkert"
  48. }
  49. ],
  50. "dependencies": {
  51. "map-visit": "^1.0.0",
  52. "object-visit": "^1.0.0"
  53. },
  54. "description": "Visit a method over the items in an object, or map visit over the objects in an array.",
  55. "devDependencies": {
  56. "clone-deep": "^0.2.4",
  57. "gulp": "^3.9.1",
  58. "gulp-eslint": "^3.0.1",
  59. "gulp-format-md": "^0.1.12",
  60. "gulp-istanbul": "^1.1.1",
  61. "gulp-mocha": "^3.0.0",
  62. "mocha": "^3.2.0"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/collection-visit",
  71. "keywords": [
  72. "array",
  73. "arrays",
  74. "collection",
  75. "context",
  76. "function",
  77. "helper",
  78. "invoke",
  79. "key",
  80. "map",
  81. "method",
  82. "object",
  83. "objects",
  84. "value",
  85. "visit",
  86. "visitor"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "collection-visit",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/jonschlinkert/collection-visit.git"
  94. },
  95. "scripts": {
  96. "test": "mocha"
  97. },
  98. "verb": {
  99. "related": {
  100. "list": [
  101. "base-methods",
  102. "map-visit",
  103. "object-visit"
  104. ]
  105. },
  106. "toc": false,
  107. "layout": "default",
  108. "tasks": [
  109. "readme"
  110. ],
  111. "plugins": [
  112. "gulp-format-md"
  113. ],
  114. "lint": {
  115. "reflinks": true
  116. }
  117. },
  118. "version": "1.0.0"
  119. }