| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 | {  "_args": [    [      "chownr@1.1.4",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "chownr@1.1.4",  "_id": "chownr@1.1.4",  "_inBundle": false,  "_integrity": "sha1-b8nXtC0ypYNZYzdmbn0ICE2izGs=",  "_location": "/chownr",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "chownr@1.1.4",    "name": "chownr",    "escapedName": "chownr",    "rawSpec": "1.1.4",    "saveSpec": null,    "fetchSpec": "1.1.4"  },  "_requiredBy": [    "/@vue/cli-service/cacache",    "/cacache"  ],  "_resolved": "https://registry.npm.taobao.org/chownr/download/chownr-1.1.4.tgz",  "_spec": "1.1.4",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Isaac Z. Schlueter",    "email": "i@izs.me",    "url": "http://blog.izs.me/"  },  "bugs": {    "url": "https://github.com/isaacs/chownr/issues"  },  "description": "like `chown -R`",  "devDependencies": {    "mkdirp": "0.3",    "rimraf": "^2.7.1",    "tap": "^14.10.6"  },  "files": [    "chownr.js"  ],  "homepage": "https://github.com/isaacs/chownr#readme",  "license": "ISC",  "main": "chownr.js",  "name": "chownr",  "repository": {    "type": "git",    "url": "git://github.com/isaacs/chownr.git"  },  "scripts": {    "postversion": "npm publish",    "prepublishOnly": "git push origin --follow-tags",    "preversion": "npm test",    "test": "tap"  },  "tap": {    "check-coverage": true  },  "version": "1.1.4"}
 |