68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"_from": "sha1",
|
|
"_id": "sha1@1.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-rdqnqTFo85PxnrKxUJFhjicA+Eg=",
|
|
"_location": "/sha1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "sha1",
|
|
"name": "sha1",
|
|
"escapedName": "sha1",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sha1/-/sha1-1.1.1.tgz",
|
|
"_shasum": "addaa7a93168f393f19eb2b15091618e2700f848",
|
|
"_spec": "sha1",
|
|
"_where": "/home/amoros/documents/LaTeX/LaTeX/darkwebannotator/sidebar",
|
|
"author": {
|
|
"name": "Paul Vorbach",
|
|
"email": "paul@vorb.de",
|
|
"url": "http://vorb.de"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pvorb/node-sha1/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"charenc": ">= 0.0.1",
|
|
"crypt": ">= 0.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "native js function for hashing messages with SHA-1",
|
|
"devDependencies": {
|
|
"mocha": "~ 1.4.2"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "https://github.com/pvorb/node-sha1#readme",
|
|
"license": "BSD-3-Clause",
|
|
"main": "sha1.js",
|
|
"name": "sha1",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/pvorb/node-sha1.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"tags": [
|
|
"sha1",
|
|
"hash",
|
|
"encryption",
|
|
"native",
|
|
"secure hashing algorithm"
|
|
],
|
|
"version": "1.1.1"
|
|
}
|