| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 | {  "_args": [    [      "nprogress@0.2.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_from": "nprogress@0.2.0",  "_id": "nprogress@0.2.0",  "_inBundle": false,  "_integrity": "sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==",  "_location": "/nprogress",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "nprogress@0.2.0",    "name": "nprogress",    "escapedName": "nprogress",    "rawSpec": "0.2.0",    "saveSpec": null,    "fetchSpec": "0.2.0"  },  "_requiredBy": [    "/"  ],  "_resolved": "https://registry.npmmirror.com/nprogress/download/nprogress-0.2.0.tgz",  "_spec": "0.2.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Rico Sta. Cruz",    "email": "hi@ricostacruz.com"  },  "bugs": {    "url": "https://github.com/rstacruz/nprogress/issues"  },  "dependencies": {},  "description": "Simple slim progress bars",  "devDependencies": {    "chai": "~1.6.1",    "jquery": "^2.1.1",    "jsdom": "^5.4.1",    "mocha": "^2.2.4",    "mocha-jsdom": "^0.3.0"  },  "homepage": "https://github.com/rstacruz/nprogress#readme",  "jspm": {    "format": "global",    "shim": {      "nprogress": {        "deps": [          "./nprogress.css!"        ]      }    },    "dependencies": {      "css": "*"    }  },  "license": "MIT",  "main": "nprogress.js",  "name": "nprogress",  "repository": {    "type": "git",    "url": "git+https://github.com/rstacruz/nprogress.git"  },  "scripts": {    "test": "mocha"  },  "spm": {    "main": "nprogress.js",    "output": [      "nprogress.css"    ],    "ignore": [      "support",      "test",      "vendor"    ]  },  "version": "0.2.0"}
 |