forked from enviPath/enviPy
Current Dev State
This commit is contained in:
66
static/js/ketcher2/node_modules/hash-base/package.json
generated
vendored
Normal file
66
static/js/ketcher2/node_modules/hash-base/package.json
generated
vendored
Normal file
@ -0,0 +1,66 @@
|
||||
{
|
||||
"_from": "hash-base@^2.0.0",
|
||||
"_id": "hash-base@2.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ZuodhW206KVHDK32/OI65SRO8uE=",
|
||||
"_location": "/hash-base",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "hash-base@^2.0.0",
|
||||
"name": "hash-base",
|
||||
"escapedName": "hash-base",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ripemd160"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz",
|
||||
"_shasum": "66ea1d856db4e8a5470cadf6fce23ae5244ef2e1",
|
||||
"_spec": "hash-base@^2.0.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/ripemd160",
|
||||
"author": {
|
||||
"name": "Kirill Fomichev",
|
||||
"email": "fanatid@ya.ru",
|
||||
"url": "https://github.com/fanatid"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/crypto-browserify/hash-base/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"inherits": "^2.0.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "abstract base class for hash-streams",
|
||||
"devDependencies": {
|
||||
"nyc": "^6.1.1",
|
||||
"standard": "^6.0.8",
|
||||
"tape": "^4.2.0"
|
||||
},
|
||||
"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": "2.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user