summaryrefslogtreecommitdiff
path: root/tests/registry/npm/tweetnacl/registry.json
blob: 82e03387be79ff00d6e2635ae194f74669567389 (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
{
  "name": "tweetnacl",
  "dist-tags": {
    "latest": "0.14.5"
  },
  "description": "Port of TweetNaCl cryptographic library to JavaScript",
  "versions": {
    "0.14.5": {
      "name": "tweetnacl",
      "version": "0.14.5",
      "description": "Port of TweetNaCl cryptographic library to JavaScript",
      "main": "nacl-fast.js",
      "types": "nacl.d.ts",
      "directories": {
        "test": "test"
      },
      "scripts": {
        "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
        "test-node": "tape test/*.js | faucet",
        "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet",
        "test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet",
        "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",
        "test": "npm run test-node-all && npm run test-browser",
        "bench": "node test/benchmark/bench.js",
        "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/dchest/tweetnacl-js.git"
      },
      "author": {
        "name": "TweetNaCl-js contributors"
      },
      "license": "Unlicense",
      "bugs": {
        "url": "https://github.com/dchest/tweetnacl-js/issues"
      },
      "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"
      },
      "browser": {
        "buffer": false,
        "crypto": false
      },
      "gitHead": "cce829e473b1ae299a9373b5140c713ee88f577f",
      "_id": "tweetnacl@0.14.5",
      "_shasum": "5ae68177f192d4456269d108afa93ff8743f4f64",
      "_from": ".",
      "_npmVersion": "3.10.8",
      "_nodeVersion": "7.0.0",
      "dist": {
        "shasum": "5ae68177f192d4456269d108afa93ff8743f4f64",
        "tarball": "http://localhost:4260/tweetnacl/tweetnacl-0.14.5.tgz",
        "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA=="
      }
    }
  },
  "homepage": "https://tweetnacl.js.org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dchest/tweetnacl-js.git"
  },
  "author": {
    "name": "TweetNaCl-js contributors"
  },
  "bugs": {
    "url": "https://github.com/dchest/tweetnacl-js/issues"
  },
  "license": "Unlicense",
  "readmeFilename": "README.md"
}