source: trip-planner-front/node_modules/reflect-metadata/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
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"
24 },
25 "_requiredBy": [
26 "/@angular/compiler-cli"
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",
31 "author": {
32 "name": "Ron Buckton",
33 "email": "ron.buckton@microsoft.com",
34 "url": "http://github.com/rbuckton"
35 },
36 "bugs": {
37 "url": "https://github.com/rbuckton/reflect-metadata/issues"
38 },
39 "dependencies": {},
40 "description": "Polyfill for Metadata Reflection API",
41 "devDependencies": {
42 "@types/chai": "^3.4.34",
43 "@types/mocha": "^2.2.34",
44 "@types/node": "^6.0.52",
45 "chai": "^3.5.0",
46 "del": "^2.2.2",
47 "ecmarkup": "^3.9.3",
48 "gulp": "^3.9.1",
49 "gulp-emu": "^1.1.0",
50 "gulp-live-server": "0.0.30",
51 "gulp-mocha": "^3.0.1",
52 "gulp-rename": "^1.2.2",
53 "gulp-sequence": "^0.4.6",
54 "gulp-tsb": "^2.0.3",
55 "mocha": "^3.2.0",
56 "typescript": "^2.1.4"
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"
83}
Note: See TracBrowser for help on using the repository browser.