123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "_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"
- },
- "/Users/tennesseeg/blueCoin/node_modules/crypto-browserify"
- ]
- ],
- "_from": "create-hash@>=1.1.0 <2.0.0",
- "_id": "create-hash@1.2.0",
- "_inCache": true,
- "_location": "/create-hash",
- "_nodeVersion": "8.11.1",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/create-hash_1.2.0_1523451264591_0.41127376643860547"
- },
- "_npmUser": {
- "name": "cwmma",
- "email": "calvin.metcalf@gmail.com"
- },
- "_npmVersion": "5.8.0",
- "_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",
- "/parse-asn1",
- "/pbkdf2",
- "/public-encrypt"
- ],
- "_resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
- "_shasum": "889078af11a63756bcfb59bd221996be3a9ef196",
- "_shrinkwrap": null,
- "_spec": "create-hash@^1.1.0",
- "_where": "/Users/tennesseeg/blueCoin/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",
- "md5.js": "^1.3.4",
- "ripemd160": "^2.0.1",
- "sha.js": "^2.4.0"
- },
- "description": "create hashes for browserify",
- "devDependencies": {
- "hash-test-vectors": "^1.3.2",
- "safe-buffer": "^5.0.1",
- "standard": "^10.0.2",
- "tap-spec": "^2.1.2",
- "tape": "^4.6.3"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==",
- "shasum": "889078af11a63756bcfb59bd221996be3a9ef196",
- "tarball": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
- "fileCount": 8,
- "unpackedSize": 5214
- },
- "gitHead": "6514b6ce14b5c097f1411b1a4bce095cbb115a56",
- "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": "indutny",
- "email": "fedor@indutny.com"
- },
- {
- "name": "jprichardson",
- "email": "jprichardson@gmail.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.2.0"
- }
|