1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_args": [
- [
- "topo@3.0.3",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "topo@3.0.3",
- "_id": "topo@3.0.3",
- "_inBundle": false,
- "_integrity": "sha1-1aZ/suaTB+vusIQC7Coqb1962Vw=",
- "_location": "/topo",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "topo@3.0.3",
- "name": "topo",
- "escapedName": "topo",
- "rawSpec": "3.0.3",
- "saveSpec": null,
- "fetchSpec": "3.0.3"
- },
- "_requiredBy": [
- "/joi"
- ],
- "_resolved": "https://registry.npm.taobao.org/topo/download/topo-3.0.3.tgz",
- "_spec": "3.0.3",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "bugs": {
- "url": "https://github.com/hapijs/topo/issues"
- },
- "dependencies": {
- "hoek": "6.x.x"
- },
- "description": "Topological sorting with grouping support",
- "devDependencies": {
- "code": "5.x.x",
- "lab": "17.x.x"
- },
- "homepage": "https://github.com/hapijs/topo#readme",
- "keywords": [
- "topological",
- "sort",
- "toposort",
- "topsort"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "name": "topo",
- "repository": {
- "type": "git",
- "url": "git://github.com/hapijs/topo.git"
- },
- "scripts": {
- "test": "lab -a code -t 100 -L",
- "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
- },
- "version": "3.0.3"
- }
|