| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 | {  "_args": [    [      "diffie-hellman@5.0.3",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "diffie-hellman@5.0.3",  "_id": "diffie-hellman@5.0.3",  "_inBundle": false,  "_integrity": "sha1-QOjumPVaIUlgcUaSHGPhrl89KHU=",  "_location": "/diffie-hellman",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "diffie-hellman@5.0.3",    "name": "diffie-hellman",    "escapedName": "diffie-hellman",    "rawSpec": "5.0.3",    "saveSpec": null,    "fetchSpec": "5.0.3"  },  "_requiredBy": [    "/crypto-browserify"  ],  "_resolved": "https://registry.nlark.com/diffie-hellman/download/diffie-hellman-5.0.3.tgz",  "_spec": "5.0.3",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Calvin Metcalf"  },  "browser": "browser.js",  "bugs": {    "url": "https://github.com/crypto-browserify/diffie-hellman/issues"  },  "dependencies": {    "bn.js": "^4.1.0",    "miller-rabin": "^4.0.0",    "randombytes": "^2.0.0"  },  "description": "pure js diffie-hellman",  "devDependencies": {    "tap-spec": "^1.0.1",    "tape": "^3.0.1"  },  "homepage": "https://github.com/crypto-browserify/diffie-hellman",  "keywords": [    "diffie",    "hellman",    "diffiehellman",    "dh"  ],  "license": "MIT",  "main": "index.js",  "name": "diffie-hellman",  "repository": {    "type": "git",    "url": "git+https://github.com/crypto-browserify/diffie-hellman.git"  },  "scripts": {    "test": "node test.js | tspec"  },  "version": "5.0.3"}
 |