| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 | {  "_args": [    [      "elliptic@6.5.4",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "elliptic@6.5.4",  "_id": "elliptic@6.5.4",  "_inBundle": false,  "_integrity": "sha1-2jfOvTHnmhNn6UG1ku0fvr1Yq7s=",  "_location": "/elliptic",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "elliptic@6.5.4",    "name": "elliptic",    "escapedName": "elliptic",    "rawSpec": "6.5.4",    "saveSpec": null,    "fetchSpec": "6.5.4"  },  "_requiredBy": [    "/browserify-sign",    "/create-ecdh"  ],  "_resolved": "https://registry.nlark.com/elliptic/download/elliptic-6.5.4.tgz",  "_spec": "6.5.4",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Fedor Indutny",    "email": "fedor@indutny.com"  },  "bugs": {    "url": "https://github.com/indutny/elliptic/issues"  },  "dependencies": {    "bn.js": "^4.11.9",    "brorand": "^1.1.0",    "hash.js": "^1.0.0",    "hmac-drbg": "^1.0.1",    "inherits": "^2.0.4",    "minimalistic-assert": "^1.0.1",    "minimalistic-crypto-utils": "^1.0.1"  },  "description": "EC cryptography",  "devDependencies": {    "brfs": "^2.0.2",    "coveralls": "^3.1.0",    "eslint": "^7.6.0",    "grunt": "^1.2.1",    "grunt-browserify": "^5.3.0",    "grunt-cli": "^1.3.2",    "grunt-contrib-connect": "^3.0.0",    "grunt-contrib-copy": "^1.0.0",    "grunt-contrib-uglify": "^5.0.0",    "grunt-mocha-istanbul": "^5.0.2",    "grunt-saucelabs": "^9.0.1",    "istanbul": "^0.4.5",    "mocha": "^8.0.1"  },  "files": [    "lib"  ],  "homepage": "https://github.com/indutny/elliptic",  "keywords": [    "EC",    "Elliptic",    "curve",    "Cryptography"  ],  "license": "MIT",  "main": "lib/elliptic.js",  "name": "elliptic",  "repository": {    "type": "git",    "url": "git+ssh://git@github.com/indutny/elliptic.git"  },  "scripts": {    "lint": "eslint lib test",    "lint:fix": "npm run lint -- --fix",    "test": "npm run lint && npm run unit",    "unit": "istanbul test _mocha --reporter=spec test/index.js",    "version": "grunt dist && git add dist/"  },  "version": "6.5.4"}
 |