123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "hash-base@3.1.0",
- "D:\\project\\苏南官网\\su_nan_guan_wang"
- ]
- ],
- "_development": true,
- "_from": "hash-base@3.1.0",
- "_id": "hash-base@3.1.0",
- "_inBundle": false,
- "_integrity": "sha1-VcOB2eBuHSmXqIO0o/3f5/DTrzM=",
- "_location": "/hash-base",
- "_phantomChildren": {
- "inherits": "2.0.4",
- "string_decoder": "1.1.1",
- "util-deprecate": "1.0.2"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "hash-base@3.1.0",
- "name": "hash-base",
- "escapedName": "hash-base",
- "rawSpec": "3.1.0",
- "saveSpec": null,
- "fetchSpec": "3.1.0"
- },
- "_requiredBy": [
- "/md5.js",
- "/ripemd160"
- ],
- "_resolved": "https://registry.npm.taobao.org/hash-base/download/hash-base-3.1.0.tgz",
- "_spec": "3.1.0",
- "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
- "author": {
- "name": "Kirill Fomichev",
- "email": "fanatid@ya.ru",
- "url": "https://github.com/fanatid"
- },
- "bugs": {
- "url": "https://github.com/crypto-browserify/hash-base/issues"
- },
- "dependencies": {
- "inherits": "^2.0.4",
- "readable-stream": "^3.6.0",
- "safe-buffer": "^5.2.0"
- },
- "description": "abstract base class for hash-streams",
- "devDependencies": {
- "nyc": "^15.0.1",
- "standard": "^14.3.3",
- "tape": "^5.0.0"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/crypto-browserify/hash-base",
- "keywords": [
- "hash",
- "stream"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "hash-base",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/crypto-browserify/hash-base.git"
- },
- "scripts": {
- "coverage": "nyc node test/*.js",
- "lint": "standard",
- "test": "npm run lint && npm run unit",
- "unit": "node test/*.js"
- },
- "version": "3.1.0"
- }
|