123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "_from": "dep-graph@^1.1.0",
- "_id": "dep-graph@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-+t6GqSeZqBPptCURzfPfpsyNvv4=",
- "_location": "/dep-graph",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "dep-graph@^1.1.0",
- "name": "dep-graph",
- "escapedName": "dep-graph",
- "rawSpec": "^1.1.0",
- "saveSpec": null,
- "fetchSpec": "^1.1.0"
- },
- "_requiredBy": [
- "/cordova-lib"
- ],
- "_resolved": "https://registry.npmjs.org/dep-graph/-/dep-graph-1.1.0.tgz",
- "_shasum": "fade86a92799a813e9b42511cdf3dfa6cc8dbefe",
- "_spec": "dep-graph@^1.1.0",
- "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-lib",
- "author": {
- "name": "Trevor Burnham",
- "url": "http://trevorburnham.com"
- },
- "bugs": {
- "url": "https://github.com/TrevorBurnham/dep-graph/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "underscore": "1.2.1"
- },
- "deprecated": false,
- "description": "Simple dependency graph management",
- "devDependencies": {
- "coffee-script": "1.1.2",
- "nodeunit": "0.5.4",
- "watchit": ">=0.0.1"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "http://github.com/TrevorBurnham/dep-graph",
- "main": "lib/dep-graph.js",
- "name": "dep-graph",
- "repository": {
- "type": "git",
- "url": "git://github.com/TrevorBurnham/dep-graph.git"
- },
- "version": "1.1.0"
- }
|