| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 | {  "_args": [    [      "hash.js@1.1.7",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "hash.js@1.1.7",  "_id": "hash.js@1.1.7",  "_inBundle": false,  "_integrity": "sha1-C6vKU46NTuSg+JiNaIZlN6ADz0I=",  "_location": "/hash.js",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "hash.js@1.1.7",    "name": "hash.js",    "escapedName": "hash.js",    "rawSpec": "1.1.7",    "saveSpec": null,    "fetchSpec": "1.1.7"  },  "_requiredBy": [    "/elliptic",    "/hmac-drbg"  ],  "_resolved": "https://registry.nlark.com/hash.js/download/hash.js-1.1.7.tgz?cache=0&sync_timestamp=1622643346539&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhash.js%2Fdownload%2Fhash.js-1.1.7.tgz",  "_spec": "1.1.7",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Fedor Indutny",    "email": "fedor@indutny.com"  },  "bugs": {    "url": "https://github.com/indutny/hash.js/issues"  },  "dependencies": {    "inherits": "^2.0.3",    "minimalistic-assert": "^1.0.1"  },  "description": "Various hash functions that could be run by both browser and node",  "devDependencies": {    "eslint": "^4.19.1",    "mocha": "^5.2.0"  },  "homepage": "https://github.com/indutny/hash.js",  "keywords": [    "hash",    "sha256",    "sha224",    "hmac"  ],  "license": "MIT",  "main": "lib/hash.js",  "name": "hash.js",  "repository": {    "type": "git",    "url": "git+ssh://git@github.com/indutny/hash.js.git"  },  "scripts": {    "lint": "eslint lib/*.js lib/**/*.js lib/**/**/*.js test/*.js",    "test": "mocha --reporter=spec test/*-test.js && npm run lint"  },  "typings": "lib/hash.d.ts",  "version": "1.1.7"}
 |