{
  "_args": [
    [
      "@pollyjs/core@6.0.5",
      "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main"
    ]
  ],
  "_development": true,
  "_from": "@pollyjs/core@6.0.5",
  "_id": "@pollyjs/core@6.0.5",
  "_inBundle": false,
  "_integrity": "sha512-LwKj20QT+VtDTv3HslK1KseTnNP04J8giz71W8RmwjYDSC5PRQvqcY3t86xd9xgVgbfN29in9ZYjAotqsmbyOw==",
  "_location": "/@pollyjs/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@pollyjs/core@6.0.5",
    "name": "@pollyjs/core",
    "escapedName": "@pollyjs%2fcore",
    "scope": "@pollyjs",
    "rawSpec": "6.0.5",
    "saveSpec": null,
    "fetchSpec": "6.0.5"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@pollyjs/core/-/core-6.0.5.tgz",
  "_spec": "6.0.5",
  "_where": "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main",
  "browser": "dist/umd/pollyjs-core.js",
  "contributors": [
    {
      "name": "Jason Mitchell",
      "email": "jason.mitchell.w@gmail.com"
    },
    {
      "name": "Offir Golan",
      "email": "offirgolan@gmail.com"
    }
  ],
  "dependencies": {
    "@pollyjs/utils": "^6.0.1",
    "@sindresorhus/fnv1a": "^2.0.1",
    "blueimp-md5": "^2.19.0",
    "fast-json-stable-stringify": "^2.1.0",
    "is-absolute-url": "^3.0.3",
    "lodash-es": "^4.17.21",
    "loglevel": "^1.8.0",
    "route-recognizer": "^0.3.4",
    "slugify": "^1.6.3"
  },
  "description": "Record, replay, and stub HTTP Interactions",
  "devDependencies": {
    "@pollyjs/adapter": "^6.0.4",
    "@pollyjs/persister": "^6.0.5",
    "rollup": "^1.14.6"
  },
  "files": [
    "src",
    "dist",
    "types.d.ts"
  ],
  "gitHead": "8c2fcae95fdb2c7f0ebef6c30575541023674d3f",
  "keywords": [
    "polly",
    "pollyjs",
    "vcr",
    "record",
    "replay",
    "recorder",
    "test",
    "mock"
  ],
  "license": "Apache-2.0",
  "main": "dist/cjs/pollyjs-core.js",
  "module": "dist/es/pollyjs-core.js",
  "name": "@pollyjs/core",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/core"
  },
  "scripts": {
    "build": "rollup -c ../../../scripts/rollup/default.config.js",
    "build:watch": "yarn build -w",
    "test:build": "rollup -c rollup.config.test.js",
    "test:build:watch": "rollup -c rollup.config.test.js -w",
    "watch-all": "npm-run-all --parallel build:watch test:build:watch"
  },
  "types": "types.d.ts",
  "version": "6.0.5"
}
