121 lines
3.0 KiB
JSON
121 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "create-hash@^1.1.0",
|
|
"scope": null,
|
|
"escapedName": "create-hash",
|
|
"name": "create-hash",
|
|
"rawSpec": "^1.1.0",
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\crypto-browserify"
|
|
]
|
|
],
|
|
"_from": "create-hash@>=1.1.0 <2.0.0",
|
|
"_id": "create-hash@1.1.3",
|
|
"_inCache": true,
|
|
"_location": "/create-hash",
|
|
"_nodeVersion": "7.10.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/create-hash-1.1.3.tgz_1494508195809_0.8463289202190936"
|
|
},
|
|
"_npmUser": {
|
|
"name": "cwmma",
|
|
"email": "calvin.metcalf@gmail.com"
|
|
},
|
|
"_npmVersion": "4.0.5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "create-hash@^1.1.0",
|
|
"scope": null,
|
|
"escapedName": "create-hash",
|
|
"name": "create-hash",
|
|
"rawSpec": "^1.1.0",
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/browserify-aes",
|
|
"/browserify-sign",
|
|
"/create-hmac",
|
|
"/crypto-browserify",
|
|
"/evp_bytestokey",
|
|
"/parse-asn1",
|
|
"/pbkdf2",
|
|
"/public-encrypt"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz",
|
|
"_shasum": "606042ac8b9262750f483caddab0f5819172d8fd",
|
|
"_shrinkwrap": null,
|
|
"_spec": "create-hash@^1.1.0",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\crypto-browserify",
|
|
"author": "",
|
|
"browser": "browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/crypto-browserify/createHash/issues"
|
|
},
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.1",
|
|
"inherits": "^2.0.1",
|
|
"ripemd160": "^2.0.0",
|
|
"sha.js": "^2.4.0"
|
|
},
|
|
"description": "create hashes for browserify",
|
|
"devDependencies": {
|
|
"hash-test-vectors": "^1.3.2",
|
|
"standard": "^5.3.1",
|
|
"tap-spec": "^2.1.2",
|
|
"tape": "^3.0.3"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "606042ac8b9262750f483caddab0f5819172d8fd",
|
|
"tarball": "https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz"
|
|
},
|
|
"gitHead": "d78f61ebe25078d0020cd4b7088a9e745078db30",
|
|
"homepage": "https://github.com/crypto-browserify/createHash",
|
|
"keywords": [
|
|
"crypto"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "cwmma",
|
|
"email": "calvin.metcalf@gmail.com"
|
|
},
|
|
{
|
|
"name": "dcousens",
|
|
"email": "email@dcousens.com"
|
|
},
|
|
{
|
|
"name": "dominictarr",
|
|
"email": "dominic.tarr@gmail.com"
|
|
},
|
|
{
|
|
"name": "jprichardson",
|
|
"email": "jprichardson@gmail.com"
|
|
},
|
|
{
|
|
"name": "indutny",
|
|
"email": "fedor@indutny.com"
|
|
}
|
|
],
|
|
"name": "create-hash",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/crypto-browserify/createHash.git"
|
|
},
|
|
"scripts": {
|
|
"standard": "standard",
|
|
"test": "npm run-script standard && npm run-script unit",
|
|
"unit": "node test.js | tspec"
|
|
},
|
|
"version": "1.1.3"
|
|
}
|