core/node_modules/rusha/package.json
2018-03-01 22:42:18 +01:00

84 lines
2.1 KiB
JSON

{
"name": "rusha",
"version": "0.8.5",
"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": "2f11e1e8b9cecc505a20bddb0eebb726fc09ac4f",
"bugs": {
"url": "https://github.com/srijs/rusha/issues"
},
"homepage": "https://github.com/srijs/rusha#readme",
"_id": "rusha@0.8.5",
"_shasum": "a30ae9bd5a4e80fbc96fbe7a13232b944be24f84",
"_from": "rusha@0.8.5",
"_npmVersion": "3.10.8",
"_nodeVersion": "7.0.0",
"_npmUser": {
"name": "srijs",
"email": "srijs@airpost.net"
},
"dist": {
"shasum": "a30ae9bd5a4e80fbc96fbe7a13232b944be24f84",
"tarball": "https://registry.npmjs.org/rusha/-/rusha-0.8.5.tgz"
},
"maintainers": [
{
"name": "srijs",
"email": "recv@awesam.de"
}
],
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/rusha-0.8.5.tgz_1480058262431_0.6161824602168053"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/rusha/-/rusha-0.8.5.tgz",
"readme": "ERROR: No README data found!"
}