保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/diffie-hellman/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "diffie-hellman@5.0.3",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "diffie-hellman@5.0.3",
  "_from": "diffie-hellman@^5.0.0",
  "_id": "diffie-hellman@5.0.3",
  "_inBundle": false,
  "_integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==",
  "_location": "/diffie-hellman",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "diffie-hellman@5.0.3",
    "raw": "diffie-hellman@^5.0.0",
    "name": "diffie-hellman",
    "escapedName": "diffie-hellman",
    "rawSpec": "5.0.3",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.3"
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/crypto-browserify"
  ],
  "_resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
  "_spec": "5.0.3",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_shasum": "40e8ee98f55a2149607146921c63e1ae5f3d2875",
  "_spec": "diffie-hellman@^5.0.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\crypto-browserify",
  "author": {
    "name": "Calvin Metcalf"
  },
@@ -34,11 +29,13 @@
  "bugs": {
    "url": "https://github.com/crypto-browserify/diffie-hellman/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bn.js": "^4.1.0",
    "miller-rabin": "^4.0.0",
    "randombytes": "^2.0.0"
  },
  "deprecated": false,
  "description": "pure js diffie-hellman",
  "devDependencies": {
    "tap-spec": "^1.0.1",