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/di/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "di",
    3   "version": "0.0.1",
     2  "_args": [
     3    [
     4      "di@0.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "di@0.0.1",
     10  "_id": "di@0.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=",
     13  "_location": "/di",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "di@0.0.1",
     19    "name": "di",
     20    "escapedName": "di",
     21    "rawSpec": "0.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "0.0.1"
     24  },
     25  "_requiredBy": [
     26    "/karma"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz",
     29  "_spec": "0.0.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Vojta Jina",
     33    "email": "vojta.jina@gmail.com"
     34  },
     35  "bugs": {
     36    "url": "https://github.com/vojtajina/node-di/issues"
     37  },
    438  "description": "Dependency Injection for Node.js. Heavily inspired by AngularJS.",
    5   "main": "lib/index.js",
    6   "scripts": {
    7     "test": "mocha --compilers coffee:coffee-script test/*"
     39  "devDependencies": {
     40    "chai": "1.4.2",
     41    "coffee-script": "1.4.0",
     42    "grunt": "~0.4.0rc5",
     43    "grunt-contrib-jshint": "~0.1.1rc5",
     44    "grunt-simple-mocha": "~0.3.2",
     45    "mocha": "1.8.1"
    846  },
    9   "repository": {
    10     "type": "git",
    11     "url": "git://github.com/vojtajina/node-di.git"
    12   },
     47  "homepage": "https://github.com/vojtajina/node-di#readme",
    1348  "keywords": [
    1449    "di",
     
    1752    "injector"
    1853  ],
    19   "devDependencies": {
    20     "grunt": "~0.4.0rc5",
    21     "grunt-simple-mocha": "~0.3.2",
    22     "grunt-contrib-jshint": "~0.1.1rc5",
    23     "mocha": "1.8.1",
    24     "chai": "1.4.2",
    25     "coffee-script": "1.4.0"
     54  "license": "MIT",
     55  "main": "lib/index.js",
     56  "name": "di",
     57  "repository": {
     58    "type": "git",
     59    "url": "git://github.com/vojtajina/node-di.git"
    2660  },
    27   "author": "Vojta Jina <vojta.jina@gmail.com>",
    28   "license": "MIT"
     61  "scripts": {
     62    "test": "mocha --compilers coffee:coffee-script test/*"
     63  },
     64  "version": "0.0.1"
    2965}
Note: See TracChangeset for help on using the changeset viewer.