react-scripts
Version:
Configuration and scripts for Create React App.
90 lines (89 loc) • 2.23 kB
JSON
{
"_args": [
[
"toposort@^1.0.0",
"/Users/dan/p/create-react-app/node_modules/html-webpack-plugin"
]
],
"_from": "toposort@>=1.0.0 <2.0.0",
"_id": "toposort@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/toposort",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/toposort-1.0.0.tgz_1463144577487_0.7748489447403699"
},
"_npmUser": {
"email": "mklehr@gmx.net",
"name": "marcelklehr"
},
"_npmVersion": "3.8.2",
"_phantomChildren": {},
"_requested": {
"name": "toposort",
"raw": "toposort@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/html-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.0.tgz",
"_shasum": "b66cf385a1a8a8e68e45b8259e7f55875e8b06ef",
"_shrinkwrap": null,
"_spec": "toposort@^1.0.0",
"_where": "/Users/dan/p/create-react-app/node_modules/html-webpack-plugin",
"author": {
"email": "mklehr@gmx.net",
"name": "Marcel Klehr"
},
"bugs": {
"url": "https://github.com/marcelklehr/toposort/issues"
},
"dependencies": {},
"description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
"devDependencies": {
"vows": "0.7.x"
},
"directories": {},
"dist": {
"shasum": "b66cf385a1a8a8e68e45b8259e7f55875e8b06ef",
"tarball": "https://registry.npmjs.org/toposort/-/toposort-1.0.0.tgz"
},
"gitHead": "f0d4d51ad98b62202edfe309be8aeec021dfb4af",
"homepage": "https://github.com/marcelklehr/toposort#readme",
"keywords": [
"acyclic",
"dependencies",
"dependency",
"graph",
"graphs",
"list",
"sort",
"sorting",
"topological"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "marcelklehr",
"email": "mklehr@gmx.net"
}
],
"name": "toposort",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/marcelklehr/toposort.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.0"
}