package.json 1.72 KB
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
{
  "_args": [
    [
      "browserify-sign@4.0.4",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_development": true,
  "_from": "browserify-sign@4.0.4",
  "_id": "browserify-sign@4.0.4",
  "_inBundle": false,
  "_integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=",
  "_location": "/browserify-sign",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "browserify-sign@4.0.4",
    "name": "browserify-sign",
    "escapedName": "browserify-sign",
    "rawSpec": "4.0.4",
    "saveSpec": null,
    "fetchSpec": "4.0.4"
  },
  "_requiredBy": [
    "/crypto-browserify"
  ],
  "_resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
  "_spec": "4.0.4",
  "_where": "E:\\changfa\\crscd-view",
  "browser": "browser/index.js",
  "bugs": {
    "url": "https://github.com/crypto-browserify/browserify-sign/issues"
  },
  "dependencies": {
    "bn.js": "^4.1.1",
    "browserify-rsa": "^4.0.0",
    "create-hash": "^1.1.0",
    "create-hmac": "^1.1.2",
    "elliptic": "^6.0.0",
    "inherits": "^2.0.1",
    "parse-asn1": "^5.0.0"
  },
  "description": "adds node crypto signing for browsers",
  "devDependencies": {
    "nyc": "^6.1.1",
    "standard": "^6.0.8",
    "tape": "^4.5.1"
  },
  "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.0.4"
}