{ "_args": [ [ "moxios@0.4.0", "E:\\changfa\\crscd-view" ] ], "_development": true, "_from": "moxios@0.4.0", "_id": "moxios@0.4.0", "_inBundle": false, "_integrity": "sha1-/A2ixlR31yXKa5Z51YNw7QxS9Ts=", "_location": "/moxios", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "moxios@0.4.0", "name": "moxios", "escapedName": "moxios", "rawSpec": "0.4.0", "saveSpec": null, "fetchSpec": "0.4.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/moxios/-/moxios-0.4.0.tgz", "_spec": "0.4.0", "_where": "E:\\changfa\\crscd-view", "author": { "name": "Matt Zabriskie" }, "bugs": { "url": "https://github.com/mzabriskie/moxios/issues" }, "description": "Mock axios requests for testing", "devDependencies": { "axios": "^0.13.0", "babel-cli": "^6.9.0", "babel-core": "^6.9.0", "babel-loader": "^6.2.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.9.0", "chai": "^3.5.0", "karma": "^0.13.22", "karma-cli": "^1.0.0", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.0.1", "karma-sinon": "^1.0.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.7.0", "lolex": "^1.5.0", "mocha": "^2.5.3", "sinon": "^1.17.4", "webpack": "^1.13.1", "webpack-dev-server": "^1.14.1" }, "files": [ "dist/", "README.md" ], "homepage": "https://github.com/mzabriskie/moxios#readme", "keywords": [ "axios", "test", "testing", "mock", "mocking" ], "license": "MIT", "main": "dist/moxios.js", "name": "moxios", "peerDependencies": { "axios": ">= 0.13.0" }, "repository": { "type": "git", "url": "git+https://github.com/mzabriskie/moxios.git" }, "scripts": { "build": "webpack && MINIFY=1 webpack", "postversion": "git push && git push --tags", "preversion": "npm test", "test": "karma start --single-run", "version": "npm run build && git add -A dist/" }, "version": "0.4.0" }