- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/static-extend/package.json
rceaed42 r59329aa 1 1 { 2 "name": "static-extend", 3 "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.", 4 "version": "0.1.2", 5 "homepage": "https://github.com/jonschlinkert/static-extend", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/static-extend", 2 "_args": [ 3 [ 4 "static-extend@0.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "static-extend@0.1.2", 10 "_id": "static-extend@0.1.2", 11 "_inBundle": false, 12 "_integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", 13 "_location": "/static-extend", 14 "_phantomChildren": { 15 "is-buffer": "1.1.6" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "static-extend@0.1.2", 21 "name": "static-extend", 22 "escapedName": "static-extend", 23 "rawSpec": "0.1.2", 24 "saveSpec": null, 25 "fetchSpec": "0.1.2" 26 }, 27 "_requiredBy": [ 28 "/class-utils" 29 ], 30 "_resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", 31 "_spec": "0.1.2", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 8 37 "bugs": { 9 38 "url": "https://github.com/jonschlinkert/static-extend/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 39 }, 22 40 "dependencies": { … … 24 42 "object-copy": "^0.1.0" 25 43 }, 44 "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.", 26 45 "devDependencies": { 27 46 "gulp-format-md": "^0.1.9", 28 47 "mocha": "^2.5.3" 29 48 }, 49 "engines": { 50 "node": ">=0.10.0" 51 }, 52 "files": [ 53 "index.js" 54 ], 55 "homepage": "https://github.com/jonschlinkert/static-extend", 30 56 "keywords": [ 31 57 "class", … … 43 69 "prototype" 44 70 ], 71 "license": "MIT", 72 "main": "index.js", 73 "name": "static-extend", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/jonschlinkert/static-extend.git" 77 }, 78 "scripts": { 79 "test": "mocha" 80 }, 45 81 "verb": { 46 82 "run": true, … … 60 96 "reflinks": true 61 97 } 62 } 98 }, 99 "version": "0.1.2" 63 100 }
Note:
See TracChangeset
for help on using the changeset viewer.