summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/package.json
blob: 9e31f630bca0747517ca3c31a7295b42c73d1457 (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
  "_args": [
    [
      {
        "raw": "tweetnacl@~0.14.0",
        "scope": null,
        "escapedName": "tweetnacl",
        "name": "tweetnacl",
        "rawSpec": "~0.14.0",
        "spec": ">=0.14.0 <0.15.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk"
    ]
  ],
  "_from": "tweetnacl@>=0.14.0 <0.15.0",
  "_id": "tweetnacl@0.14.3",
  "_inCache": true,
  "_location": "/request/http-signature/sshpk/tweetnacl",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/tweetnacl-0.14.3.tgz_1459224951636_0.7403244483284652"
  },
  "_npmUser": {
    "name": "dchest",
    "email": "dmitry@codingrobots.com"
  },
  "_npmVersion": "3.7.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "tweetnacl@~0.14.0",
    "scope": null,
    "escapedName": "tweetnacl",
    "name": "tweetnacl",
    "rawSpec": "~0.14.0",
    "spec": ">=0.14.0 <0.15.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request/http-signature/sshpk",
    "/request/http-signature/sshpk/bcrypt-pbkdf"
  ],
  "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz",
  "_shasum": "3da382f670f25ded78d7b3d1792119bca0b7132d",
  "_shrinkwrap": null,
  "_spec": "tweetnacl@~0.14.0",
  "_where": "/Users/rebecca/code/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk",
  "author": {
    "name": "TweetNaCl-js contributors"
  },
  "browser": {
    "buffer": false,
    "crypto": false
  },
  "bugs": {
    "url": "https://github.com/dchest/tweetnacl-js/issues"
  },
  "dependencies": {},
  "description": "Port of TweetNaCl cryptographic library to JavaScript",
  "devDependencies": {
    "browserify": "^13.0.0",
    "eslint": "^2.2.0",
    "faucet": "^0.0.1",
    "tap-browser-color": "^0.1.2",
    "tape": "^4.4.0",
    "tape-run": "^2.1.3",
    "tweetnacl-util": "^0.13.3",
    "uglify-js": "^2.6.1"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "3da382f670f25ded78d7b3d1792119bca0b7132d",
    "tarball": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.3.tgz"
  },
  "gitHead": "3eb4fc544a2a1d6c0a41b98b9906288ca8b087e4",
  "homepage": "https://tweetnacl.js.org",
  "keywords": [
    "crypto",
    "cryptography",
    "curve25519",
    "ed25519",
    "encrypt",
    "hash",
    "key",
    "nacl",
    "poly1305",
    "public",
    "salsa20",
    "signatures"
  ],
  "license": "SEE LICENSE IN COPYING.txt",
  "main": "nacl-fast.js",
  "maintainers": [
    {
      "name": "dchest",
      "email": "dmitry@codingrobots.com"
    }
  ],
  "name": "tweetnacl",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dchest/tweetnacl-js.git"
  },
  "scripts": {
    "bench": "node test/benchmark/bench.js",
    "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
    "build-test-browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null",
    "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js",
    "test": "npm run test-node-all && npm run test-browser",
    "test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet",
    "test-node": "tape test/*.js | faucet",
    "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet"
  },
  "version": "0.14.3"
}