76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"_from": "content-hash@^2.5.2",
|
|
"_id": "content-hash@2.5.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-FvIQKy0S1JaWV10sMsA7TRx8bpU+pqPkhbsfvOJAdjRXvYxEckAwQWGwtRjiaJfh+E0DvcWUGqcdjwMGFjsSdw==",
|
|
"_location": "/content-hash",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "content-hash@^2.5.2",
|
|
"name": "content-hash",
|
|
"escapedName": "content-hash",
|
|
"rawSpec": "^2.5.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.5.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/web3-eth-ens"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/content-hash/-/content-hash-2.5.2.tgz",
|
|
"_shasum": "bbc2655e7c21f14fd3bfc7b7d4bfe6e454c9e211",
|
|
"_spec": "content-hash@^2.5.2",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\web3-eth-ens",
|
|
"author": {
|
|
"name": "pldespaigne"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pldespaigne/content-hash/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"cids": "^0.7.1",
|
|
"multicodec": "^0.5.5",
|
|
"multihashes": "^0.4.15"
|
|
},
|
|
"deprecated": false,
|
|
"description": "simple tool to encode/decode content hash for EIP 1577 compliant ENS Resolvers",
|
|
"devDependencies": {
|
|
"browserify": "^16.5.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^5.16.0",
|
|
"mocha": "^5.2.0",
|
|
"node-static": "^0.7.11"
|
|
},
|
|
"homepage": "https://github.com/pldespaigne/content-hash#readme",
|
|
"keywords": [
|
|
"ethereum",
|
|
"ens",
|
|
"eip-1577",
|
|
"resolver",
|
|
"ipfs",
|
|
"swarm",
|
|
"content-hash",
|
|
"content",
|
|
"hash",
|
|
"contenthash",
|
|
"contentHash"
|
|
],
|
|
"license": "ISC",
|
|
"main": "./src/index.js",
|
|
"name": "content-hash",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pldespaigne/content-hash.git"
|
|
},
|
|
"scripts": {
|
|
"build": "browserify ./src/index.js --s contentHash > ./dist/index.js",
|
|
"demo": "static .",
|
|
"deploy-demo": "echo \"surge demo https://content-hash.surge.sh\"",
|
|
"lint": "npx eslint .",
|
|
"test": "mocha"
|
|
},
|
|
"version": "2.5.2"
|
|
}
|