{
  "_args": [
    [
      "interface-store@2.0.2",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "interface-store@2.0.2",
  "_id": "interface-store@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-rScRlhDcz6k199EkHqT8NpM87ebN89ICOzILoBHgaG36/WX50N32BnU/kpZgCGPLhARRAWUUX5/cyaIjt7Kipg==",
  "_location": "/interface-store",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "interface-store@2.0.2",
    "name": "interface-store",
    "escapedName": "interface-store",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/blockstore-core",
    "/interface-blockstore",
    "/interface-datastore"
  ],
  "_resolved": "https://registry.npmjs.org/interface-store/-/interface-store-2.0.2.tgz",
  "_spec": "2.0.2",
  "_where": "/var/www/karbon-ai-be-new",
  "bugs": {
    "url": "https://github.com/ipfs/js-ipfs-interfaces/issues"
  },
  "description": "A generic interface for storing and retrieving data",
  "devDependencies": {
    "aegir": "^36.1.3",
    "rimraf": "^3.0.2"
  },
  "files": [
    "dist",
    "src",
    "!**/*.tsbuildinfo"
  ],
  "gitHead": "1b8c053b925421566adca356d1116e8169691718",
  "homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-store#readme",
  "license": "(Apache-2.0 OR MIT)",
  "main": "src/index.js",
  "name": "interface-store",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipfs/js-ipfs-interfaces.git"
  },
  "scripts": {
    "build": "aegir build",
    "clean": "rimraf dist types",
    "lint": "aegir ts -p check && aegir lint"
  },
  "types": "dist/src/index.d.ts",
  "version": "2.0.2"
}
