package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. {
  2. "_args": [
  3. [
  4. "base@0.11.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "base@0.11.2",
  10. "_id": "base@0.11.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
  13. "_location": "/base",
  14. "_phantomChildren": {
  15. "kind-of": "6.0.3"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "base@0.11.2",
  21. "name": "base",
  22. "escapedName": "base",
  23. "rawSpec": "0.11.2",
  24. "saveSpec": null,
  25. "fetchSpec": "0.11.2"
  26. },
  27. "_requiredBy": [
  28. "/snapdragon"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
  31. "_spec": "0.11.2",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/node-base/base/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Brian Woodward",
  43. "url": "https://twitter.com/doowb"
  44. },
  45. {
  46. "name": "John O'Donnell",
  47. "url": "https://github.com/criticalmash"
  48. },
  49. {
  50. "name": "Jon Schlinkert",
  51. "url": "http://twitter.com/jonschlinkert"
  52. },
  53. {
  54. "name": "tunnckoCore",
  55. "url": "https://i.am.charlike.online"
  56. },
  57. {
  58. "url": "https://github.com/wtgtybhertgeghgtwtg"
  59. }
  60. ],
  61. "dependencies": {
  62. "cache-base": "^1.0.1",
  63. "class-utils": "^0.3.5",
  64. "component-emitter": "^1.2.1",
  65. "define-property": "^1.0.0",
  66. "isobject": "^3.0.1",
  67. "mixin-deep": "^1.2.0",
  68. "pascalcase": "^0.1.1"
  69. },
  70. "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
  71. "devDependencies": {
  72. "gulp": "^3.9.1",
  73. "gulp-eslint": "^4.0.0",
  74. "gulp-format-md": "^1.0.0",
  75. "gulp-istanbul": "^1.1.2",
  76. "gulp-mocha": "^3.0.1",
  77. "helper-coverage": "^0.1.3",
  78. "mocha": "^3.5.0",
  79. "should": "^13.0.1",
  80. "through2": "^2.0.3",
  81. "verb-generate-readme": "^0.6.0"
  82. },
  83. "engines": {
  84. "node": ">=0.10.0"
  85. },
  86. "files": [
  87. "index.js"
  88. ],
  89. "homepage": "https://github.com/node-base/base",
  90. "keywords": [
  91. "base",
  92. "boilerplate",
  93. "cache",
  94. "del",
  95. "get",
  96. "inherit",
  97. "methods",
  98. "set",
  99. "starter",
  100. "unset",
  101. "visit"
  102. ],
  103. "license": "MIT",
  104. "main": "index.js",
  105. "maintainers": [
  106. {
  107. "name": "Brian Woodward",
  108. "url": "https://github.com/doowb"
  109. },
  110. {
  111. "name": "Jon Schlinkert",
  112. "url": "https://github.com/jonschlinkert"
  113. }
  114. ],
  115. "name": "base",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/node-base/base.git"
  119. },
  120. "scripts": {
  121. "test": "mocha"
  122. },
  123. "verb": {
  124. "run": true,
  125. "toc": false,
  126. "layout": "default",
  127. "tasks": [
  128. "readme"
  129. ],
  130. "plugins": [
  131. "gulp-format-md"
  132. ],
  133. "helpers": [
  134. "helper-coverage"
  135. ],
  136. "related": {
  137. "description": "There are a number of different plugins available for extending base. Let us know if you create your own!",
  138. "hightlight": "generate",
  139. "list": [
  140. "base-cwd",
  141. "base-data",
  142. "base-fs",
  143. "base-generators",
  144. "base-option",
  145. "base-pipeline",
  146. "base-pkg",
  147. "base-plugins",
  148. "base-questions",
  149. "base-store",
  150. "base-task"
  151. ]
  152. },
  153. "reflinks": [
  154. "assemble",
  155. "boilerplate",
  156. "cache-base",
  157. "class-utils",
  158. "generate",
  159. "scaffold",
  160. "static-extend",
  161. "verb"
  162. ],
  163. "lint": {
  164. "reflinks": true
  165. }
  166. },
  167. "version": "0.11.2"
  168. }