package.json 3.6 KB

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