Website/node_modules/tweetnacl/package.json

121 lines
3.4 KiB
JSON

{
"_args": [
[
"tweetnacl@>=0.13.0 <1.0.0",
"/Users/okennedy/Documents/Website/node_modules/sshpk"
]
],
"_from": "tweetnacl@>=0.13.0 <1.0.0",
"_id": "tweetnacl@0.13.2",
"_inCache": true,
"_installable": true,
"_location": "/tweetnacl",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "dmitry@codingrobots.com",
"name": "dchest"
},
"_npmVersion": "2.12.1",
"_phantomChildren": {},
"_requested": {
"name": "tweetnacl",
"raw": "tweetnacl@>=0.13.0 <1.0.0",
"rawSpec": ">=0.13.0 <1.0.0",
"scope": null,
"spec": ">=0.13.0 <1.0.0",
"type": "range"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz",
"_shasum": "453161770469d45cd266c36404e2bc99a8fa9944",
"_shrinkwrap": null,
"_spec": "tweetnacl@>=0.13.0 <1.0.0",
"_where": "/Users/okennedy/Documents/Website/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": "453161770469d45cd266c36404e2bc99a8fa9944",
"tarball": "http://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.2.tgz"
},
"gitHead": "f093f0c34fbab5caf51f3ed9a48149c37041abb3",
"homepage": "https://dchest.github.io/tweetnacl-js",
"keywords": [
"crypto",
"cryptography",
"curve25519",
"ed25519",
"encrypt",
"hash",
"key",
"nacl",
"poly1305",
"public",
"salsa20",
"signatures"
],
"license": "CC0-1.0",
"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": {
"browsers": [
"android-browser/latest",
"chrome/22..latest",
"firefox/16..latest",
"ipad/6..latest",
"iphone/6..latest",
"opera/11.0..latest",
"safari/latest"
],
"files": "test/*.js"
},
"version": "0.13.2"
}