c9-core/lib/rusha/package.json

83 wiersze
2.0 KiB
JSON

{
"name": "rusha",
"version": "0.8.7",
"description": "A high-performance pure-javascript SHA1 implementation suitable for large binary data.",
"main": "rusha.js",
"keywords": [
"sha1",
"binary",
"crypto",
"hash"
],
"scripts": {
"test": "grunt test",
"test-saucelabs": "grunt test-saucelabs",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srijs/rusha.git"
},
"devDependencies": {
"asm.js": "0.0.2",
"benchmark": "^1.0.0",
"blanket": "~1.1.6",
"grunt": "~0.4.5",
"grunt-browserify": "^3.5.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-mocha-test": "~0.11.0",
"grunt-saucelabs": "^8.3.2",
"grunt-sweet.js": "~0.1.5",
"microtime": "^2.1.1",
"mocha": "^3.0.2",
"sweet.js": "~0.7.1"
},
"testling": {
"files": "test/test.js",
"harness": "mocha-tdd",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest"
]
},
"author": {
"name": "Sam Rijs"
},
"license": "MIT",
"gitHead": "4c005db8841ca6a731700750764746f80605feb8",
"bugs": {
"url": "https://github.com/srijs/rusha/issues"
},
"homepage": "https://github.com/srijs/rusha#readme",
"_id": "rusha@0.8.7",
"_shasum": "30673b7e95fafe0ebe1fe24dd6d95fd605f94ede",
"_from": "rusha@>=0.8.3 <0.9.0",
"_npmVersion": "4.2.0",
"_nodeVersion": "7.10.0",
"_npmUser": {
"name": "srijs",
"email": "srijs@airpost.net"
},
"dist": {
"shasum": "30673b7e95fafe0ebe1fe24dd6d95fd605f94ede",
"tarball": "https://registry.npmjs.org/rusha/-/rusha-0.8.7.tgz"
},
"maintainers": [
{
"name": "srijs",
"email": "recv@awesam.de"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/rusha-0.8.7.tgz_1510304341738_0.042929528048262"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/rusha/-/rusha-0.8.7.tgz"
}