Changeset 59329aa for trip-planner-front/node_modules/reflect-metadata
- 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/reflect-metadata/package.json
rceaed42 r59329aa 1 1 { 2 "name": "reflect-metadata", 3 "version": "0.1.13", 4 "description": "Polyfill for Metadata Reflection API", 5 "main": "Reflect.js", 6 "types": "index.d.ts", 7 "typescript": { 8 "definition": "Reflect.d.ts" 2 "_args": [ 3 [ 4 "reflect-metadata@0.1.13", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "reflect-metadata@0.1.13", 10 "_id": "reflect-metadata@0.1.13", 11 "_inBundle": false, 12 "_integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==", 13 "_location": "/reflect-metadata", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "reflect-metadata@0.1.13", 19 "name": "reflect-metadata", 20 "escapedName": "reflect-metadata", 21 "rawSpec": "0.1.13", 22 "saveSpec": null, 23 "fetchSpec": "0.1.13" 9 24 }, 10 "scripts": { 11 "prepublishOnly": "gulp prepublish", 12 "build": "gulp build", 13 "test": "gulp test", 14 "start": "gulp start" 15 }, 16 "repository": { 17 "type": "git", 18 "url": "https://github.com/rbuckton/reflect-metadata.git" 19 }, 20 "keywords": [ 21 "decorator", 22 "metadata", 23 "javascript", 24 "reflect" 25 "_requiredBy": [ 26 "/@angular/compiler-cli" 25 27 ], 28 "_resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz", 29 "_spec": "0.1.13", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 26 31 "author": { 27 32 "name": "Ron Buckton", … … 29 34 "url": "http://github.com/rbuckton" 30 35 }, 31 "license": "Apache-2.0",32 36 "bugs": { 33 37 "url": "https://github.com/rbuckton/reflect-metadata/issues" 34 38 }, 35 "homepage": "http://rbuckton.github.io/reflect-metadata",36 39 "dependencies": {}, 40 "description": "Polyfill for Metadata Reflection API", 37 41 "devDependencies": { 38 42 "@types/chai": "^3.4.34", … … 51 55 "mocha": "^3.2.0", 52 56 "typescript": "^2.1.4" 53 } 57 }, 58 "homepage": "http://rbuckton.github.io/reflect-metadata", 59 "keywords": [ 60 "decorator", 61 "metadata", 62 "javascript", 63 "reflect" 64 ], 65 "license": "Apache-2.0", 66 "main": "Reflect.js", 67 "name": "reflect-metadata", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/rbuckton/reflect-metadata.git" 71 }, 72 "scripts": { 73 "build": "gulp build", 74 "prepublishOnly": "gulp prepublish", 75 "start": "gulp start", 76 "test": "gulp test" 77 }, 78 "types": "index.d.ts", 79 "typescript": { 80 "definition": "Reflect.d.ts" 81 }, 82 "version": "0.1.13" 54 83 }
Note:
See TracChangeset
for help on using the changeset viewer.