| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "static-extend@^0.1.1", |
| 3 | "_id": "static-extend@0.1.2", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", |
| 6 | "_location": "/static-extend", |
| 7 | "_phantomChildren": { |
| 8 | "is-descriptor": "0.1.6" |
| 9 | }, |
| 10 | "_requested": { |
| 11 | "type": "range", |
| 12 | "registry": true, |
| 13 | "raw": "static-extend@^0.1.1", |
| 14 | "name": "static-extend", |
| 15 | "escapedName": "static-extend", |
| 16 | "rawSpec": "^0.1.1", |
| 17 | "saveSpec": null, |
| 18 | "fetchSpec": "^0.1.1" |
| 19 | }, |
| 20 | "_requiredBy": [ |
| 21 | "/class-utils" |
| 22 | ], |
| 23 | "_resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", |
| 24 | "_shasum": "60809c39cbff55337226fd5e0b520f341f1fb5c6", |
| 25 | "_spec": "static-extend@^0.1.1", |
| 26 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\class-utils", |
| 27 | "author": { |
| 28 | "name": "Jon Schlinkert", |
| 29 | "url": "https://github.com/jonschlinkert" |
| 30 | }, |
| 31 | "bugs": { |
| 32 | "url": "https://github.com/jonschlinkert/static-extend/issues" |
| 33 | }, |
| 34 | "bundleDependencies": false, |
| 35 | "dependencies": { |
| 36 | "define-property": "^0.2.5", |
| 37 | "object-copy": "^0.1.0" |
| 38 | }, |
| 39 | "deprecated": false, |
| 40 | "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.", |
| 41 | "devDependencies": { |
| 42 | "gulp-format-md": "^0.1.9", |
| 43 | "mocha": "^2.5.3" |
| 44 | }, |
| 45 | "engines": { |
| 46 | "node": ">=0.10.0" |
| 47 | }, |
| 48 | "files": [ |
| 49 | "index.js" |
| 50 | ], |
| 51 | "homepage": "https://github.com/jonschlinkert/static-extend", |
| 52 | "keywords": [ |
| 53 | "class", |
| 54 | "ctor", |
| 55 | "descriptor", |
| 56 | "extend", |
| 57 | "extends", |
| 58 | "inherit", |
| 59 | "inheritance", |
| 60 | "merge", |
| 61 | "method", |
| 62 | "prop", |
| 63 | "properties", |
| 64 | "property", |
| 65 | "prototype" |
| 66 | ], |
| 67 | "license": "MIT", |
| 68 | "main": "index.js", |
| 69 | "name": "static-extend", |
| 70 | "repository": { |
| 71 | "type": "git", |
| 72 | "url": "git+https://github.com/jonschlinkert/static-extend.git" |
| 73 | }, |
| 74 | "scripts": { |
| 75 | "test": "mocha" |
| 76 | }, |
| 77 | "verb": { |
| 78 | "run": true, |
| 79 | "toc": false, |
| 80 | "layout": "default", |
| 81 | "tasks": [ |
| 82 | "readme" |
| 83 | ], |
| 84 | "plugins": [ |
| 85 | "gulp-format-md" |
| 86 | ], |
| 87 | "reflinks": [ |
| 88 | "verb", |
| 89 | "verb-readme-generator" |
| 90 | ], |
| 91 | "lint": { |
| 92 | "reflinks": true |
| 93 | } |
| 94 | }, |
| 95 | "version": "0.1.2" |
| 96 | } |