File: //home/arjun/projects/buyercall/node_modules/axios-mock-adapter/package.json
{
"_args": [
[
"axios-mock-adapter@1.22.0",
"/home/arjun/projects/buyercall"
]
],
"_development": true,
"_from": "axios-mock-adapter@1.22.0",
"_id": "axios-mock-adapter@1.22.0",
"_inBundle": false,
"_integrity": "sha512-dmI0KbkyAhntUR05YY96qg2H6gg0XMl2+qTW0xmYg6Up+BFBAJYRLROMXRdDEL06/Wqwa0TJThAYvFtSFdRCZw==",
"_location": "/axios-mock-adapter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "axios-mock-adapter@1.22.0",
"name": "axios-mock-adapter",
"escapedName": "axios-mock-adapter",
"rawSpec": "1.22.0",
"saveSpec": null,
"fetchSpec": "1.22.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/axios-mock-adapter/-/axios-mock-adapter-1.22.0.tgz",
"_spec": "1.22.0",
"_where": "/home/arjun/projects/buyercall",
"author": {
"name": "Colin Timmermans",
"email": "colintimmermans@gmail.com"
},
"bugs": {
"url": "https://github.com/ctimmerm/axios-mock-adapter/issues"
},
"bundlesize": [
{
"path": "./dist/axios-mock-adapter.min.js",
"maxSize": "3.0 kB"
}
],
"dependencies": {
"fast-deep-equal": "^3.1.3",
"is-buffer": "^2.0.5"
},
"description": "Axios adapter that allows to easily mock requests",
"devDependencies": {
"axios": "^0.27.2",
"bundlesize": "^0.18.1",
"chai": "^4.3.6",
"eslint": "^8.16.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"typescript": "^5.0.2",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2"
},
"files": [
"src",
"dist",
"types"
],
"homepage": "https://github.com/ctimmerm/axios-mock-adapter#readme",
"keywords": [
"axios",
"test",
"mock",
"request",
"stub",
"adapter"
],
"license": "MIT",
"main": "src/index.js",
"name": "axios-mock-adapter",
"peerDependencies": {
"axios": ">= 0.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ctimmerm/axios-mock-adapter.git"
},
"scripts": {
"build:umd": "webpack --mode development ./src/index.js --output-path ./dist",
"build:umd:min": "webpack --mode production ./src/index.js --output-path ./dist",
"clean": "rimraf dist",
"lint": "eslint src test",
"prepublish": "npm run clean && npm run build:umd && npm run build:umd:min",
"test": "mocha && npm run test:bundlesize && npm run test:types",
"test:bundlesize": "npm run clean && npm run build:umd:min && bundlesize",
"test:coverage": "nyc --reporter=html --reporter=text-summary mocha",
"test:types": "tsc --project types"
},
"types": "types",
"version": "1.22.0"
}