12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_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": "E:\\a-level\\project_js2\\server",
- "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"
- }
|