init source
This commit is contained in:
+73
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"toposort-class@1.0.1",
|
||||
"/home/app"
|
||||
]
|
||||
],
|
||||
"_from": "toposort-class@1.0.1",
|
||||
"_id": "toposort-class@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-f/0feMi+KMO6Rc1OGj9e4ZO9mYg=",
|
||||
"_location": "/toposort-class",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "toposort-class@1.0.1",
|
||||
"name": "toposort-class",
|
||||
"escapedName": "toposort-class",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sequelize"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/toposort-class/-/toposort-class-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "/home/app",
|
||||
"author": "",
|
||||
"bugs": {
|
||||
"url": "https://github.com/gustavohenke/toposort/issues"
|
||||
},
|
||||
"description": "Topological sort of directed acyclic graphs (like dependecy lists)",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^4.0.5",
|
||||
"eslint": "^1.0.0",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-babel": "^5.0.1",
|
||||
"grunt-banner": "^0.4.0",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-uglify": "^0.9.1",
|
||||
"matcha": "^0.6.0",
|
||||
"mocha": "^2.2.5"
|
||||
},
|
||||
"homepage": "https://github.com/gustavohenke/toposort#readme",
|
||||
"keywords": [
|
||||
"topological",
|
||||
"sort",
|
||||
"sorting",
|
||||
"graphs",
|
||||
"graph",
|
||||
"dependency",
|
||||
"list",
|
||||
"dependencies",
|
||||
"acyclic",
|
||||
"browser"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./index.js",
|
||||
"name": "toposort-class",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gustavohenke/toposort.git"
|
||||
},
|
||||
"scripts": {
|
||||
"benchmark": "matcha benchmark/general.js",
|
||||
"benchmark-save": "matcha -R csv benchmark/general.js > benchmark/results.csv",
|
||||
"eslint": "eslint src/toposort.js test/spec.js Gruntfile.js",
|
||||
"test": "mocha -b test"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user