summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/package.json
blob: 147ea92c406fa1220647bf3874b0b4aa94c2fc3a (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
121
122
123
124
125
126
127
128
129
{
  "_args": [
    [
      {
        "raw": "tweetnacl@~0.13.0",
        "scope": null,
        "escapedName": "tweetnacl",
        "name": "tweetnacl",
        "rawSpec": "~0.13.0",
        "spec": ">=0.13.0 <0.14.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk"
    ]
  ],
  "_from": "tweetnacl@>=0.13.0 <0.14.0",
  "_id": "tweetnacl@0.13.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/http-signature/sshpk/tweetnacl",
  "_nodeVersion": "4.2.3",
  "_npmUser": {
    "name": "dchest",
    "email": "dmitry@codingrobots.com"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "tweetnacl@~0.13.0",
    "scope": null,
    "escapedName": "tweetnacl",
    "name": "tweetnacl",
    "rawSpec": "~0.13.0",
    "spec": ">=0.13.0 <0.14.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request/http-signature/sshpk"
  ],
  "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz",
  "_shasum": "d628b56f3bcc3d5ae74ba9d4c1a704def5ab4b56",
  "_shrinkwrap": null,
  "_spec": "tweetnacl@~0.13.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": "^10.1.3",
    "eslint": "^1.4.3",
    "faucet": "0.0.1",
    "tap-browser-color": "^0.1.2",
    "tape": "^4.0.0",
    "testling": "^1.7.1",
    "uglify-js": "^2.4.21"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "d628b56f3bcc3d5ae74ba9d4c1a704def5ab4b56",
    "tarball": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz"
  },
  "gitHead": "2bb422cb707fba4a5ec9654688564a4fb861b068",
  "homepage": "https://dchest.github.io/tweetnacl-js",
  "keywords": [
    "crypto",
    "cryptography",
    "curve25519",
    "ed25519",
    "encrypt",
    "hash",
    "key",
    "nacl",
    "poly1305",
    "public",
    "salsa20",
    "signatures"
  ],
  "license": "Public domain",
  "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",
    "browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null",
    "browser-quick": "browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null",
    "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
    "chrome": "browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet",
    "firefox": "browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet",
    "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js",
    "test": "tape test/*.js | faucet",
    "testall": "make -C test/c && tape test/*.js test/c/*.js | faucet",
    "testling": "browserify test/browser/testling_init.js test/*.js | testling | faucet"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "chrome/22..latest",
      "firefox/16..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6..latest",
      "ipad/6..latest",
      "android-browser/latest"
    ]
  },
  "version": "0.13.3"
}