package.json 1.67 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
  "_args": [
    [
      "minimalistic-crypto-utils@1.0.1",
      "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5"
    ]
  ],
  "_development": true,
  "_from": "minimalistic-crypto-utils@1.0.1",
  "_id": "minimalistic-crypto-utils@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==",
  "_location": "/minimalistic-crypto-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "minimalistic-crypto-utils@1.0.1",
    "name": "minimalistic-crypto-utils",
    "escapedName": "minimalistic-crypto-utils",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
huahua committed
24
  },
huahua committed
25 26 27 28 29 30 31 32 33 34 35 36 37
  "_requiredBy": [
    "/elliptic",
    "/hmac-drbg"
  ],
  "_resolved": "https://registry.npmmirror.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "C:\\workplay\\workplay\\workplay\\kxz-app-phone-h5",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bugs": {
    "url": "https://github.com/indutny/minimalistic-crypto-utils/issues"
huahua committed
38
  },
huahua committed
39 40 41 42 43
  "description": "Minimalistic tools for JS crypto modules",
  "devDependencies": {
    "mocha": "^3.2.0"
  },
  "homepage": "https://github.com/indutny/minimalistic-crypto-utils#readme",
huahua committed
44 45 46 47 48 49
  "keywords": [
    "minimalistic",
    "utils",
    "crypto"
  ],
  "license": "MIT",
huahua committed
50 51 52 53 54
  "main": "lib/utils.js",
  "name": "minimalistic-crypto-utils",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/minimalistic-crypto-utils.git"
huahua committed
55
  },
huahua committed
56 57 58 59
  "scripts": {
    "test": "mocha --reporter=spec test/*-test.js"
  },
  "version": "1.0.1"
huahua committed
60
}