You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

186 lines
4.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "base@^0.11.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/snapdragon"
  6. ]
  7. ],
  8. "_from": "base@>=0.11.1 <0.12.0",
  9. "_id": "base@0.11.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/base",
  13. "_nodeVersion": "8.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/base-0.11.2.tgz_1504834551853_0.9452250017784536"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.4.1",
  23. "_phantomChildren": {
  24. "kind-of": "6.0.2"
  25. },
  26. "_requested": {
  27. "name": "base",
  28. "raw": "base@^0.11.1",
  29. "rawSpec": "^0.11.1",
  30. "scope": null,
  31. "spec": ">=0.11.1 <0.12.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/snapdragon"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
  38. "_shasum": "7bde5ced145b6d551a90db87f83c558b4eb48a8f",
  39. "_shrinkwrap": null,
  40. "_spec": "base@^0.11.1",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/snapdragon",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/node-base/base/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Brian Woodward",
  52. "url": "https://twitter.com/doowb"
  53. },
  54. {
  55. "name": "John O'Donnell",
  56. "url": "https://github.com/criticalmash"
  57. },
  58. {
  59. "name": "Jon Schlinkert",
  60. "url": "http://twitter.com/jonschlinkert"
  61. },
  62. {
  63. "name": "tunnckoCore",
  64. "url": "https://i.am.charlike.online"
  65. },
  66. {
  67. "url": "https://github.com/wtgtybhertgeghgtwtg"
  68. }
  69. ],
  70. "dependencies": {
  71. "cache-base": "^1.0.1",
  72. "class-utils": "^0.3.5",
  73. "component-emitter": "^1.2.1",
  74. "define-property": "^1.0.0",
  75. "isobject": "^3.0.1",
  76. "mixin-deep": "^1.2.0",
  77. "pascalcase": "^0.1.1"
  78. },
  79. "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`.",
  80. "devDependencies": {
  81. "gulp": "^3.9.1",
  82. "gulp-eslint": "^4.0.0",
  83. "gulp-format-md": "^1.0.0",
  84. "gulp-istanbul": "^1.1.2",
  85. "gulp-mocha": "^3.0.1",
  86. "helper-coverage": "^0.1.3",
  87. "mocha": "^3.5.0",
  88. "should": "^13.0.1",
  89. "through2": "^2.0.3",
  90. "verb-generate-readme": "^0.6.0"
  91. },
  92. "directories": {},
  93. "dist": {
  94. "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
  95. "shasum": "7bde5ced145b6d551a90db87f83c558b4eb48a8f",
  96. "tarball": "https://registry.npmjs.org/base/-/base-0.11.2.tgz"
  97. },
  98. "engines": {
  99. "node": ">=0.10.0"
  100. },
  101. "files": [
  102. "index.js"
  103. ],
  104. "gitHead": "1885b1dc37dff5479d852dd0810d32207e190bab",
  105. "homepage": "https://github.com/node-base/base",
  106. "keywords": [
  107. "base",
  108. "boilerplate",
  109. "cache",
  110. "del",
  111. "get",
  112. "inherit",
  113. "methods",
  114. "set",
  115. "starter",
  116. "unset",
  117. "visit"
  118. ],
  119. "license": "MIT",
  120. "main": "index.js",
  121. "maintainers": [
  122. {
  123. "name": "doowb",
  124. "email": "brian.woodward@gmail.com"
  125. },
  126. {
  127. "name": "jonschlinkert",
  128. "email": "github@sellside.com"
  129. }
  130. ],
  131. "name": "base",
  132. "optionalDependencies": {},
  133. "readme": "ERROR: No README data found!",
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://github.com/node-base/base.git"
  137. },
  138. "scripts": {
  139. "test": "mocha"
  140. },
  141. "verb": {
  142. "helpers": [
  143. "helper-coverage"
  144. ],
  145. "layout": "default",
  146. "lint": {
  147. "reflinks": true
  148. },
  149. "plugins": [
  150. "gulp-format-md"
  151. ],
  152. "reflinks": [
  153. "assemble",
  154. "boilerplate",
  155. "cache-base",
  156. "class-utils",
  157. "generate",
  158. "scaffold",
  159. "static-extend",
  160. "verb"
  161. ],
  162. "related": {
  163. "description": "There are a number of different plugins available for extending base. Let us know if you create your own!",
  164. "hightlight": "generate",
  165. "list": [
  166. "base-cwd",
  167. "base-data",
  168. "base-fs",
  169. "base-generators",
  170. "base-option",
  171. "base-pipeline",
  172. "base-pkg",
  173. "base-plugins",
  174. "base-questions",
  175. "base-store",
  176. "base-task"
  177. ]
  178. },
  179. "run": true,
  180. "tasks": [
  181. "readme"
  182. ],
  183. "toc": false
  184. },
  185. "version": "0.11.2"
  186. }