{ "_from": "dag-map@^2.0.2", "_id": "dag-map@2.0.2", "_inBundle": false, "_integrity": "sha1-lxS0ct6CoYQ94vuptodpOMq0TGg=", "_location": "/dag-map", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "dag-map@^2.0.2", "name": "dag-map", "escapedName": "dag-map", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/ember-cli" ], "_resolved": "https://registry.npmjs.org/dag-map/-/dag-map-2.0.2.tgz", "_shasum": "9714b472de82a1843de2fba9b6876938cab44c68", "_spec": "dag-map@^2.0.2", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/ember-cli", "author": { "name": "Kris Selden" }, "bugs": { "url": "https://github.com/krisselden/dag-map/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A topologically ordered map of key/value pairs with a simple API for adding constraints.", "devDependencies": { "qunitjs": "^2.0.1", "rollup": "^0.34.9", "sorcery": "^0.10.0", "tslint": "^3.14.0", "typedoc": "^0.5.3", "typescript": "^2.0.0" }, "files": [ "dag-map.d.ts", "dag-map.js", "dag-map.js.map", "dag-map.umd.js", "dag-map.umd.js.map" ], "homepage": "https://github.com/krisselden/dag-map#readme", "jsnext:main": "dag-map.js", "keywords": [ "dag", "map", "dependencies" ], "license": "MIT", "main": "dag-map.umd.js", "module": "dag-map.js", "name": "dag-map", "repository": { "type": "git", "url": "git+https://github.com/krisselden/dag-map.git" }, "scripts": { "build": "npm run tsc && npm run rollup && npm run sorcery", "docs": "typedoc --out docs --tsconfig tsconfig.json --excludeNotExported --mode modules --theme minimal", "prepublish": "npm run build", "rollup": "rollup -c", "sorcery": "sorcery -i dag-map.umd.js", "test": "node tests/run.js", "tsc": "tsc" }, "typings": "dag-map.d.ts", "version": "2.0.2" }