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