| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 | {  "_args": [    [      "hash-base@3.1.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "hash-base@3.1.0",  "_id": "hash-base@3.1.0",  "_inBundle": false,  "_integrity": "sha1-VcOB2eBuHSmXqIO0o/3f5/DTrzM=",  "_location": "/hash-base",  "_phantomChildren": {    "inherits": "2.0.4",    "string_decoder": "1.1.1",    "util-deprecate": "1.0.2"  },  "_requested": {    "type": "version",    "registry": true,    "raw": "hash-base@3.1.0",    "name": "hash-base",    "escapedName": "hash-base",    "rawSpec": "3.1.0",    "saveSpec": null,    "fetchSpec": "3.1.0"  },  "_requiredBy": [    "/md5.js",    "/ripemd160"  ],  "_resolved": "https://registry.npm.taobao.org/hash-base/download/hash-base-3.1.0.tgz",  "_spec": "3.1.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Kirill Fomichev",    "email": "fanatid@ya.ru",    "url": "https://github.com/fanatid"  },  "bugs": {    "url": "https://github.com/crypto-browserify/hash-base/issues"  },  "dependencies": {    "inherits": "^2.0.4",    "readable-stream": "^3.6.0",    "safe-buffer": "^5.2.0"  },  "description": "abstract base class for hash-streams",  "devDependencies": {    "nyc": "^15.0.1",    "standard": "^14.3.3",    "tape": "^5.0.0"  },  "engines": {    "node": ">=4"  },  "files": [    "index.js"  ],  "homepage": "https://github.com/crypto-browserify/hash-base",  "keywords": [    "hash",    "stream"  ],  "license": "MIT",  "main": "index.js",  "name": "hash-base",  "repository": {    "type": "git",    "url": "git+https://github.com/crypto-browserify/hash-base.git"  },  "scripts": {    "coverage": "nyc node test/*.js",    "lint": "standard",    "test": "npm run lint && npm run unit",    "unit": "node test/*.js"  },  "version": "3.1.0"}
 |