package.json 1.9 KB
Newer Older
huahua committed
1
{
huahua committed
2 3 4 5 6
  "_args": [
    [
      "browserify-sign@4.2.1",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
huahua committed
7
  ],
huahua committed
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  "_development": true,
  "_from": "browserify-sign@4.2.1",
  "_id": "browserify-sign@4.2.1",
  "_inBundle": false,
  "_integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==",
  "_location": "/browserify-sign",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "browserify-sign@4.2.1",
    "name": "browserify-sign",
    "escapedName": "browserify-sign",
    "rawSpec": "4.2.1",
    "saveSpec": null,
    "fetchSpec": "4.2.1"
huahua committed
24
  },
huahua committed
25 26 27 28 29 30 31 32 33
  "_requiredBy": [
    "/crypto-browserify"
  ],
  "_resolved": "https://registry.npmmirror.com/browserify-sign/-/browserify-sign-4.2.1.tgz",
  "_spec": "4.2.1",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "browser": "browser/index.js",
  "bugs": {
    "url": "https://github.com/crypto-browserify/browserify-sign/issues"
huahua committed
34 35 36 37 38 39 40 41 42 43 44 45
  },
  "dependencies": {
    "bn.js": "^5.1.1",
    "browserify-rsa": "^4.0.1",
    "create-hash": "^1.2.0",
    "create-hmac": "^1.1.7",
    "elliptic": "^6.5.3",
    "inherits": "^2.0.4",
    "parse-asn1": "^5.1.5",
    "readable-stream": "^3.6.0",
    "safe-buffer": "^5.2.0"
  },
huahua committed
46
  "description": "adds node crypto signing for browsers",
huahua committed
47 48 49 50 51
  "devDependencies": {
    "nyc": "^15.0.1",
    "standard": "^14.3.3",
    "tape": "^5.0.0"
  },
huahua committed
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
  "files": [
    "browser",
    "index.js",
    "algos.js"
  ],
  "homepage": "https://github.com/crypto-browserify/browserify-sign#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "browserify-sign",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crypto-browserify/browserify-sign.git"
  },
  "scripts": {
    "coverage": "nyc npm run unit",
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "tape test/*.js"
  },
  "version": "4.2.1"
huahua committed
72
}