UNPKG

2.6 kBJSONView Raw
1{
2 "_from": "tweetnacl@~0.14.0",
3 "_id": "tweetnacl@0.14.5",
4 "_inBundle": false,
5 "_integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
6 "_location": "/tweetnacl",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "tweetnacl@~0.14.0",
12 "name": "tweetnacl",
13 "escapedName": "tweetnacl",
14 "rawSpec": "~0.14.0",
15 "saveSpec": null,
16 "fetchSpec": "~0.14.0"
17 },
18 "_requiredBy": [
19 "/bcrypt-pbkdf",
20 "/sshpk"
21 ],
22 "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
23 "_shasum": "5ae68177f192d4456269d108afa93ff8743f4f64",
24 "_spec": "tweetnacl@~0.14.0",
25 "_where": "/Users/rebecca/code/npm/node_modules/sshpk",
26 "author": {
27 "name": "TweetNaCl-js contributors"
28 },
29 "browser": {
30 "buffer": false,
31 "crypto": false
32 },
33 "bugs": {
34 "url": "https://github.com/dchest/tweetnacl-js/issues"
35 },
36 "bundleDependencies": false,
37 "deprecated": false,
38 "description": "Port of TweetNaCl cryptographic library to JavaScript",
39 "devDependencies": {
40 "browserify": "^13.0.0",
41 "eslint": "^2.2.0",
42 "faucet": "^0.0.1",
43 "tap-browser-color": "^0.1.2",
44 "tape": "^4.4.0",
45 "tape-run": "^2.1.3",
46 "tweetnacl-util": "^0.13.3",
47 "uglify-js": "^2.6.1"
48 },
49 "directories": {
50 "test": "test"
51 },
52 "homepage": "https://tweetnacl.js.org",
53 "keywords": [
54 "crypto",
55 "cryptography",
56 "curve25519",
57 "ed25519",
58 "encrypt",
59 "hash",
60 "key",
61 "nacl",
62 "poly1305",
63 "public",
64 "salsa20",
65 "signatures"
66 ],
67 "license": "Unlicense",
68 "main": "nacl-fast.js",
69 "name": "tweetnacl",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/dchest/tweetnacl-js.git"
73 },
74 "scripts": {
75 "bench": "node test/benchmark/bench.js",
76 "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
77 "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",
78 "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js",
79 "test": "npm run test-node-all && npm run test-browser",
80 "test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet",
81 "test-node": "tape test/*.js | faucet",
82 "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet"
83 },
84 "types": "nacl.d.ts",
85 "version": "0.14.5"
86}