UNPKG

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