package.json 1.91 KB
{
  "_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": "range",
    "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",
  "_shasum": "7ffd1f78c8be28c3ba45cd4e1a3f5ee193bd9988",
  "_spec": "toposort-class@^1.0.1",
  "_where": "C:\\Users\\gther\\Desktop\\projects\\capston2\\node_modules\\sequelize",
  "author": "",
  "bugs": {
    "url": "https://github.com/gustavohenke/toposort/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
}