2021-12-03 17:58:48 +01:00

71 lines
1.8 KiB
JSON

{
"_from": "js-sha1",
"_id": "js-sha1@0.6.0",
"_inBundle": false,
"_integrity": "sha512-01gwBFreYydzmU9BmZxpVk6svJJHrVxEN3IOiGl6VO93bVKYETJ0sIth6DASI6mIFdt7NmfX9UiByRzsYHGU9w==",
"_location": "/js-sha1",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "js-sha1",
"name": "js-sha1",
"escapedName": "js-sha1",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/js-sha1/-/js-sha1-0.6.0.tgz",
"_shasum": "adbee10f0e8e18aa07cdea807cf08e9183dbc7f9",
"_spec": "js-sha1",
"_where": "/home/amoros/documents/LaTeX/LaTeX/darkwebannotator",
"author": {
"name": "Chen, Yi-Cyuan",
"email": "emn178@gmail.com"
},
"bugs": {
"url": "https://github.com/emn178/js-sha1/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A simple SHA1 hash function for JavaScript supports UTF-8 encoding.",
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "~2.3.4",
"nyc": "^11.3.0",
"requirejs": "^2.1.22",
"uglify-js": "^3.1.9"
},
"homepage": "https://github.com/emn178/js-sha1",
"keywords": [
"sha",
"sha1",
"encryption",
"cryptography",
"HMAC"
],
"license": "MIT",
"main": "src/sha1.js",
"name": "js-sha1",
"nyc": {
"exclude": [
"tests"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/emn178/js-sha1.git"
},
"scripts": {
"build": "uglifyjs src/sha1.js -c -m eval --comments -o build/sha1.min.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"report": "nyc --reporter=html --reporter=text mocha tests/node-test.js",
"test": "nyc mocha tests/node-test.js"
},
"version": "0.6.0"
}