forgeplus-react/node_modules/sha1/package.json

70 lines
1.5 KiB
JSON

{
"_args": [
[
"sha1@1.1.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "sha1@1.1.1",
"_id": "sha1@1.1.1",
"_inBundle": false,
"_integrity": "sha512-dZBS6OrMjtgVkopB1Gmo4RQCDKiZsqcpAQpkV/aaj+FCrCg8r4I4qMkDPQjBgLIxlmu9k4nUbWq6ohXahOneYA==",
"_location": "/sha1",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sha1@1.1.1",
"name": "sha1",
"escapedName": "sha1",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/sha1/-/sha1-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Paul Vorbach",
"email": "paul@vorb.de",
"url": "http://vorb.de"
},
"bugs": {
"url": "https://github.com/pvorb/node-sha1/issues"
},
"dependencies": {
"charenc": ">= 0.0.1",
"crypt": ">= 0.0.1"
},
"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"
}