| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 | {  "_args": [    [      "convert-source-map@1.8.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "convert-source-map@1.8.0",  "_id": "convert-source-map@1.8.0",  "_inBundle": false,  "_integrity": "sha1-8zc8MtIbTXgN2ABFFGhPt5HKQ2k=",  "_location": "/convert-source-map",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "convert-source-map@1.8.0",    "name": "convert-source-map",    "escapedName": "convert-source-map",    "rawSpec": "1.8.0",    "saveSpec": null,    "fetchSpec": "1.8.0"  },  "_requiredBy": [    "/@babel/core"  ],  "_resolved": "https://registry.nlark.com/convert-source-map/download/convert-source-map-1.8.0.tgz",  "_spec": "1.8.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Thorsten Lorenz",    "email": "thlorenz@gmx.de",    "url": "http://thlorenz.com"  },  "browser": {    "fs": false  },  "bugs": {    "url": "https://github.com/thlorenz/convert-source-map/issues"  },  "dependencies": {    "safe-buffer": "~5.1.1"  },  "description": "Converts a source-map from/to  different formats and allows adding/changing properties.",  "devDependencies": {    "inline-source-map": "~0.6.2",    "tap": "~9.0.0"  },  "engine": {    "node": ">=0.6"  },  "files": [    "index.js"  ],  "homepage": "https://github.com/thlorenz/convert-source-map",  "keywords": [    "convert",    "sourcemap",    "source",    "map",    "browser",    "debug"  ],  "license": "MIT",  "main": "index.js",  "name": "convert-source-map",  "repository": {    "type": "git",    "url": "git://github.com/thlorenz/convert-source-map.git"  },  "scripts": {    "test": "tap test/*.js --color"  },  "version": "1.8.0"}
 |