core/node_modules/rusha/package.json
2017-12-15 05:00:53 +01:00

97 lines
2.7 KiB
JSON

{
"name": "rusha",
"version": "0.8.9",
"description": "A high-performance pure-javascript SHA1 implementation suitable for large binary data.",
"main": "dist/rusha.js",
"keywords": [
"sha1",
"binary",
"crypto",
"hash"
],
"scripts": {
"test": "grunt test",
"test:unit": "grunt test:unit",
"build": "grunt build",
"benchmark": "grunt benchmark"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srijs/rusha.git"
},
"devDependencies": {
"asm.js": "^0.0.2",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babelify": "^8.0.0",
"benchmark": "^1.0.0",
"brfs": "^1.4.3",
"browserify": "^14.5.0",
"browserify-derequire": "^0.9.4",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-eslint": "^20.1.0",
"grunt-karma": "^2.0.0",
"karma": "^1.7.1",
"karma-benchmark": "^0.7.1",
"karma-benchmark-reporter": "^0.1.1",
"karma-browserify": "^5.1.2",
"karma-chai-plugins": "^0.9.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^2.0.6",
"microtime": "^2.1.1",
"mocha": "^4.0.1",
"node-forge": "^0.7.1",
"sha.js": "^2.4.9",
"strictify": "^0.2.0",
"sweetify": "^0.4.0",
"watchify": "^3.9.0",
"webpack": "^3.9.1",
"webworkify": "^1.5.0"
},
"author": {
"name": "Sam Rijs"
},
"license": "MIT",
"gitHead": "072c8964ccde75f92fa63506a1cb96cdeaaa5575",
"bugs": {
"url": "https://github.com/srijs/rusha/issues"
},
"homepage": "https://github.com/srijs/rusha#readme",
"_id": "rusha@0.8.9",
"_shasum": "77bd0951608bf81cedb948cec9c44d8ce5662219",
"_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": "77bd0951608bf81cedb948cec9c44d8ce5662219",
"tarball": "https://registry.npmjs.org/rusha/-/rusha-0.8.9.tgz"
},
"maintainers": [
{
"name": "srijs",
"email": "recv@awesam.de"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/rusha-0.8.9.tgz_1513062823505_0.21911217621527612"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/rusha/-/rusha-0.8.9.tgz"
}