{ "_from": "cids@^0.7.1", "_id": "cids@0.7.5", "_inBundle": false, "_integrity": "sha512-zT7mPeghoWAu+ppn8+BS1tQ5qGmbMfB4AregnQjA/qHY3GC1m1ptI9GkWNlgeu38r7CuRdXB47uY2XgAYt6QVA==", "_location": "/cids", "_phantomChildren": { "base64-js": "1.5.1", "ieee754": "1.2.1", "varint": "5.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "cids@^0.7.1", "name": "cids", "escapedName": "cids", "rawSpec": "^0.7.1", "saveSpec": null, "fetchSpec": "^0.7.1" }, "_requiredBy": [ "/content-hash" ], "_resolved": "https://registry.npmmirror.com/cids/-/cids-0.7.5.tgz", "_shasum": "60a08138a99bfb69b6be4ceb63bfef7a396b28b2", "_spec": "cids@^0.7.1", "_where": "D:\\ruyi\\dapp\\node_modules\\content-hash", "bugs": { "url": "https://github.com/multiformats/js-cid/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Alan Shaw", "email": "alan.shaw@protocol.ai" }, { "name": "Alan Shaw", "email": "alan@tableflip.io" }, { "name": "Carson Farmer", "email": "carson.farmer@gmail.com" }, { "name": "David Dias", "email": "daviddias.p@gmail.com" }, { "name": "Enrico Marino", "email": "enrico.marino@email.com" }, { "name": "Friedel Ziegelmayer", "email": "dignifiedquire@gmail.com" }, { "name": "Henrique Dias", "email": "hacdias@gmail.com" }, { "name": "Hugo Dias", "email": "hugomrdias@gmail.com" }, { "name": "Irakli Gozalishvili", "email": "contact@gozala.io" }, { "name": "Irakli Gozalishvili", "email": "rfobic@gmail.com" }, { "name": "Marcin Rataj", "email": "lidel@lidel.org" }, { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, { "name": "Mitar", "email": "mitar.github@tnode.com" }, { "name": "Oli Evans", "email": "oli@tableflip.io" }, { "name": "Real Harry", "email": "sidewaybot@gmail.com" }, { "name": "Richard Littauer", "email": "richard.littauer@gmail.com" }, { "name": "Rod Vagg", "email": "rod@vagg.org" }, { "name": "Victor Bjelkholm", "email": "victorbjelkholm@gmail.com" }, { "name": "Volker Mische", "email": "volker.mische@gmail.com" }, { "name": "bluelovers", "email": "codelovers@users.sourceforge.net" }, { "name": "greenkeeper[bot]", "email": "greenkeeper[bot]@users.noreply.github.com" }, { "name": "kumavis", "email": "kumavis@users.noreply.github.com" } ], "dependencies": { "buffer": "^5.5.0", "class-is": "^1.1.0", "multibase": "~0.6.0", "multicodec": "^1.0.0", "multihashes": "~0.4.15" }, "deprecated": "This module has been superseded by the multiformats module", "description": "CID Implementation in JavaScript", "devDependencies": { "aegir": "^21.3.0", "chai": "^4.2.0", "dirty-chai": "^2.0.1", "multihashing": "~0.3.3", "multihashing-async": "~0.8.0" }, "engines": { "node": ">=4.0.0", "npm": ">=3.0.0" }, "homepage": "https://github.com/multiformats/js-cid#readme", "keywords": [ "multihash", "cid", "ipld" ], "leadMaintainer": "Volker Mische ", "license": "MIT", "main": "src/index.js", "name": "cids", "pre-push": [ "lint", "test" ], "repository": { "type": "git", "url": "git://github.com/multiformats/js-cid.git" }, "scripts": { "build": "aegir build", "coverage": "aegir coverage", "docs": "aegir docs", "lint": "aegir lint", "release": "aegir release --docs", "release-major": "aegir release --type major --docs", "release-minor": "aegir release --type minor --docs", "test": "aegir test", "test:browser": "aegir test --target browser", "test:node": "aegir test --target node" }, "types": "src/index.d.ts", "version": "0.7.5" }