Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/reflect-metadata/package.json

    rceaed42 r59329aa  
    11{
    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"
    924  },
    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"
    2527  ],
     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",
    2631  "author": {
    2732    "name": "Ron Buckton",
     
    2934    "url": "http://github.com/rbuckton"
    3035  },
    31   "license": "Apache-2.0",
    3236  "bugs": {
    3337    "url": "https://github.com/rbuckton/reflect-metadata/issues"
    3438  },
    35   "homepage": "http://rbuckton.github.io/reflect-metadata",
    3639  "dependencies": {},
     40  "description": "Polyfill for Metadata Reflection API",
    3741  "devDependencies": {
    3842    "@types/chai": "^3.4.34",
     
    5155    "mocha": "^3.2.0",
    5256    "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"
    5483}
Note: See TracChangeset for help on using the changeset viewer.