{
  "_args": [
    [
      "content-hash@2.5.2",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_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": "version",
    "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.npmjs.org/content-hash/-/content-hash-2.5.2.tgz",
  "_spec": "2.5.2",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "pldespaigne"
  },
  "bugs": {
    "url": "https://github.com/pldespaigne/content-hash/issues"
  },
  "dependencies": {
    "cids": "^0.7.1",
    "multicodec": "^0.5.5",
    "multihashes": "^0.4.15"
  },
  "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"
}
