2017-09-13 07:52:34 +02:00

110 lines
2.6 KiB
JSON

{
"_args": [
[
{
"raw": "hash-base@^2.0.0",
"scope": null,
"escapedName": "hash-base",
"name": "hash-base",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\ripemd160"
]
],
"_from": "hash-base@>=2.0.0 <3.0.0",
"_id": "hash-base@2.0.2",
"_inCache": true,
"_location": "/hash-base",
"_nodeVersion": "5.10.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/hash-base-2.0.2.tgz_1460889681740_0.6923118229024112"
},
"_npmUser": {
"name": "fanatid",
"email": "fanatid@ya.ru"
},
"_npmVersion": "3.8.3",
"_phantomChildren": {},
"_requested": {
"raw": "hash-base@^2.0.0",
"scope": null,
"escapedName": "hash-base",
"name": "hash-base",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/ripemd160"
],
"_resolved": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz",
"_shasum": "66ea1d856db4e8a5470cadf6fce23ae5244ef2e1",
"_shrinkwrap": null,
"_spec": "hash-base@^2.0.0",
"_where": "c:\\xampp\\htdocs\\laravel\\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"
},
"dependencies": {
"inherits": "^2.0.1"
},
"description": "abstract base class for hash-streams",
"devDependencies": {
"nyc": "^6.1.1",
"standard": "^6.0.8",
"tape": "^4.2.0"
},
"directories": {},
"dist": {
"shasum": "66ea1d856db4e8a5470cadf6fce23ae5244ef2e1",
"tarball": "https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz"
},
"files": [
"index.js"
],
"gitHead": "dff2ded0a9e5d0e5e604dd785213fa991d1af4a5",
"homepage": "https://github.com/crypto-browserify/hash-base",
"keywords": [
"hash",
"stream"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "cwmma",
"email": "calvin.metcalf@gmail.com"
},
{
"name": "dcousens",
"email": "email@dcousens.com"
},
{
"name": "fanatid",
"email": "fanatid@ya.ru"
}
],
"name": "hash-base",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}