1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "toposort@^1.0.0",
- "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin"
- ]
- ],
- "_from": "toposort@>=1.0.0 <2.0.0",
- "_id": "toposort@1.0.7",
- "_inCache": true,
- "_installable": true,
- "_location": "/toposort",
- "_nodeVersion": "6.2.2",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/toposort_1.0.7_1524918748591_0.9234556349794514"
- },
- "_npmUser": {
- "email": "mklehr@gmx.net",
- "name": "marcelklehr"
- },
- "_npmVersion": "3.9.5",
- "_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.7.tgz",
- "_shasum": "2e68442d9f64ec720b8cc89e6443ac6caa950029",
- "_shrinkwrap": null,
- "_spec": "toposort@^1.0.0",
- "_where": "/home/seleznev/project Angular/Quality system/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": {
- "fileCount": 10,
- "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5GndCRA9TVsSAnZWagAA/9UP/2fU5EeLUKdUYAmiocw9\n1HmwjHL4upqIucIDZuH60B8U2Fkj9P+tB7CM1jkJNI4+sCchigr55W2EDL+1\nCcjVi5DYnQIuQ22GV8Jh+uo6NB6M43FByj/QRVAq1vI/BgdxNnCXDlfdr7K8\n7Mj0NJKxZxvqpPp+h6j514zX+ZFjrdEbYbsl8g4SyL3l24C4eoaYOXuXU4dp\nkUWPXp5r8BnKe0sZv3gAA4B/4k+JEDEmvHtbEGLpEYFi3R8U6HMvobJyWd21\ndxEBIwSHDHeJGMlpZTm7R9ubT9u3yx8C/Eo/Gobyy4HQoLlzWREWjQcMbUHK\n0/mMNkw8zyCxLvLgd/e9rcp/o1hcn+LGUmllQkiwN39QWklweoh1gaFfXsK8\nl7SZGl6Cy0h3IDF5nqwrlgkksMg07FYeSX27YRXgIOHZCHNaXs5WVR9OL1ir\ndWaP3zlYOoCjdZKfcTQPlw+gFcKAqDfzdnaq81AnmqU75I6jUGmic8CIPFDm\n3zv4nndorFBi5xxGwSNZlb7pqZ//iNeMs6h6YvouVR1kvVc43EtuLnU4u9PV\nsLGoan8AZt4iW9Z8nqvHviODjIEYJ4arbYHf3yNWFH6es9yKPnzZpT8jWn5F\nKgjRaFahRK1J16gduK1E6nEy0eWrHUOF91uJamQZPAe3TMfLgtn9j9rqhyRG\n4/oS\r\n=TE+e\r\n-----END PGP SIGNATURE-----\r\n",
- "shasum": "2e68442d9f64ec720b8cc89e6443ac6caa950029",
- "tarball": "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz",
- "unpackedSize": 15530
- },
- "gitHead": "c00606d0a4dc4404c334886128c0cac5ded22df3",
- "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.7"
- }
|