[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "dependency-graph@0.11.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "dependency-graph@0.11.0",
|
---|
| 10 | "_id": "dependency-graph@0.11.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==",
|
---|
| 13 | "_location": "/dependency-graph",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "dependency-graph@0.11.0",
|
---|
| 19 | "name": "dependency-graph",
|
---|
| 20 | "escapedName": "dependency-graph",
|
---|
| 21 | "rawSpec": "0.11.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "0.11.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/@angular/compiler-cli"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz",
|
---|
| 29 | "_spec": "0.11.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Jim Riecken",
|
---|
| 33 | "email": "jriecken@gmail.com"
|
---|
| 34 | },
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "http://github.com/jriecken/dependency-graph/issues"
|
---|
| 37 | },
|
---|
| 38 | "dependencies": {},
|
---|
[6a3a178] | 39 | "description": "Simple dependency graph.",
|
---|
[59329aa] | 40 | "devDependencies": {
|
---|
| 41 | "jasmine": "3.5.0"
|
---|
| 42 | },
|
---|
| 43 | "engines": {
|
---|
| 44 | "node": ">= 0.6.0"
|
---|
| 45 | },
|
---|
| 46 | "homepage": "https://github.com/jriecken/dependency-graph#readme",
|
---|
[6a3a178] | 47 | "keywords": [
|
---|
| 48 | "dependency",
|
---|
| 49 | "graph"
|
---|
| 50 | ],
|
---|
| 51 | "license": "MIT",
|
---|
[59329aa] | 52 | "main": "./lib/dep_graph.js",
|
---|
| 53 | "name": "dependency-graph",
|
---|
| 54 | "optionalDependencies": {},
|
---|
[6a3a178] | 55 | "repository": {
|
---|
| 56 | "type": "git",
|
---|
| 57 | "url": "git://github.com/jriecken/dependency-graph.git"
|
---|
| 58 | },
|
---|
| 59 | "scripts": {
|
---|
| 60 | "test": "jasmine specs/**/*.js"
|
---|
| 61 | },
|
---|
[59329aa] | 62 | "types": "./lib/index.d.ts",
|
---|
| 63 | "version": "0.11.0"
|
---|
| 64 | }
|
---|