package.json 1.7 KB
Newer Older
huahua committed
1
{
huahua committed
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
  "_args": [
    [
      "browserify-cipher@1.0.1",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_development": true,
  "_from": "browserify-cipher@1.0.1",
  "_id": "browserify-cipher@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==",
  "_location": "/browserify-cipher",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "browserify-cipher@1.0.1",
    "name": "browserify-cipher",
    "escapedName": "browserify-cipher",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/crypto-browserify"
  ],
  "_resolved": "https://registry.npmmirror.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "author": {
    "name": "Calvin Metcalf",
    "email": "calvin.metcalf@gmail.com"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/crypto-browserify/browserify-cipher/issues"
  },
huahua committed
39 40 41 42 43
  "dependencies": {
    "browserify-aes": "^1.0.4",
    "browserify-des": "^1.0.0",
    "evp_bytestokey": "^1.0.0"
  },
huahua committed
44
  "description": "ciphers for the browser",
huahua committed
45 46 47 48 49
  "devDependencies": {
    "standard": "^10.0.2",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.0"
  },
huahua committed
50
  "homepage": "https://github.com/crypto-browserify/browserify-cipher#readme",
huahua committed
51
  "license": "MIT",
huahua committed
52 53
  "main": "index.js",
  "name": "browserify-cipher",
huahua committed
54 55
  "repository": {
    "type": "git",
huahua committed
56 57 58 59 60 61
    "url": "git+ssh://git@github.com/crypto-browserify/browserify-cipher.git"
  },
  "scripts": {
    "test": "standard && node test.js | tspec"
  },
  "version": "1.0.1"
huahua committed
62
}