{
  "_args": [
    [
      "@multiformats/murmur3@1.1.3",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "@multiformats/murmur3@1.1.3",
  "_id": "@multiformats/murmur3@1.1.3",
  "_inBundle": false,
  "_integrity": "sha512-wAPLUErGR8g6Lt+bAZn6218k9YQPym+sjszsXL6o4zfxbA22P+gxWZuuD9wDbwL55xrKO5idpcuQUX7/E3oHcw==",
  "_location": "/@multiformats/murmur3",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@multiformats/murmur3@1.1.3",
    "name": "@multiformats/murmur3",
    "escapedName": "@multiformats%2fmurmur3",
    "scope": "@multiformats",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/ipfs-unixfs-exporter",
    "/ipfs-unixfs-importer"
  ],
  "_resolved": "https://registry.npmjs.org/@multiformats/murmur3/-/murmur3-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Mikeal Rogers",
    "email": "mikeal.rogers@gmail.com",
    "url": "https://www.mikealrogers.com/"
  },
  "browser": "./cjs/index.js",
  "bugs": {
    "url": "https://github.com/multiformats/js-murmur3/issues"
  },
  "dependencies": {
    "multiformats": "^9.5.4",
    "murmurhash3js-revisited": "^3.0.0"
  },
  "description": "Multiformats Murmur3 implementations",
  "devDependencies": {
    "@ipld/dag-cbor": "^7.0.0",
    "c8": "^7.10.0",
    "chai": "^4.3.4",
    "ipjs": "^5.2.0",
    "mocha": "^10.0.0",
    "polendina": "^3.0.0",
    "standard": "^17.0.0",
    "typescript": "^4.5.3"
  },
  "directories": {
    "test": "test"
  },
  "exports": {
    "browser": "./esm/index.js",
    "require": "./cjs/index.js",
    "import": "./esm/index.js"
  },
  "homepage": "https://github.com/multiformats/js-murmur3#readme",
  "keywords": [
    "ipfs",
    "ipld",
    "multiformats",
    "hash",
    "multihash",
    "murmur3"
  ],
  "license": "(Apache-2.0 AND MIT)",
  "main": "./cjs/index.js",
  "name": "@multiformats/murmur3",
  "release": {
    "branches": [
      "master"
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "conventionalcommits",
          "releaseRules": [
            {
              "breaking": true,
              "release": "major"
            },
            {
              "revert": true,
              "release": "patch"
            },
            {
              "type": "feat",
              "release": "minor"
            },
            {
              "type": "fix",
              "release": "patch"
            },
            {
              "type": "chore",
              "release": "patch"
            },
            {
              "type": "docs",
              "release": "patch"
            },
            {
              "type": "test",
              "release": "patch"
            },
            {
              "scope": "no-release",
              "release": false
            }
          ]
        }
      ],
      [
        "@semantic-release/release-notes-generator",
        {
          "preset": "conventionalcommits",
          "presetConfig": {
            "types": [
              {
                "type": "feat",
                "section": "Features"
              },
              {
                "type": "fix",
                "section": "Bug Fixes"
              },
              {
                "type": "chore",
                "section": "Trivial Changes"
              },
              {
                "type": "docs",
                "section": "Trivial Changes"
              },
              {
                "type": "test",
                "section": "Tests"
              }
            ]
          }
        }
      ],
      "@semantic-release/changelog",
      [
        "@semantic-release/npm",
        {
          "pkgRoot": "dist"
        }
      ],
      "@semantic-release/github",
      "@semantic-release/git"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/multiformats/js-murmur3.git"
  },
  "scripts": {
    "build": "npm run build:js && npm run build:types",
    "build:copy": "cp -a tsconfig.json *.js test dist/",
    "build:js": "ipjs build --tests --main && npm run build:copy",
    "build:types": "tsc --build && mv types dist",
    "coverage": "c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080",
    "lint": "standard",
    "test": "npm run lint && npm run test:node && npm run test:esm",
    "test:ci": "npm run lint && npm run test:node && npm run test:esm && npm run test:cjs",
    "test:cjs": "npm run build && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser",
    "test:cjs:browser": "polendina --cleanup dist/cjs/browser-test/test-*.js",
    "test:esm": "npm run build && mocha dist/esm/node-test/test-*.js && npm run test:esm:browser",
    "test:esm:browser": "polendina --cleanup dist/esm/browser-test/test-*.js",
    "test:node": "c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/test-*.js"
  },
  "standard": {
    "ignore": [
      "dist"
    ]
  },
  "types": "types/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "types/*"
      ],
      "types/*": [
        "types/*"
      ]
    }
  },
  "version": "1.1.3"
}
