{ "_args": [ [ "mocha-webpack@1.1.0", "E:\\changfa\\crscd-view" ] ], "_development": true, "_from": "mocha-webpack@1.1.0", "_id": "mocha-webpack@1.1.0", "_inBundle": false, "_integrity": "sha512-brmE0tR6G5JbEzZXspJmF/uZm2J/YM/69M3VS6ND76i6wXbebFpE+bQDaehilK8CZanNSsTCcqTTLh1PZuRKJw==", "_location": "/mocha-webpack", "_phantomChildren": { "arr-flatten": "1.1.0", "array-union": "1.0.2", "async-each": "1.0.1", "buffer-from": "1.1.1", "code-point-at": "1.1.0", "decamelize": "1.2.0", "expand-range": "1.8.2", "filename-regex": "2.0.1", "fsevents": "1.2.4", "get-caller-file": "1.0.3", "glob": "7.1.3", "graceful-fs": "4.1.15", "inherits": "2.0.3", "is-binary-path": "1.0.1", "is-posix-bracket": "0.1.1", "is-utf8": "0.2.1", "kind-of": "3.2.2", "lcid": "1.0.0", "lodash.assign": "4.2.0", "normalize-package-data": "2.4.0", "normalize-path": "2.1.1", "number-is-nan": "1.0.1", "object-assign": "4.1.1", "object.omit": "2.0.1", "parse-glob": "3.0.4", "parse-json": "2.2.0", "path-is-absolute": "1.0.1", "pinkie-promise": "2.0.1", "preserve": "0.2.0", "readdirp": "2.2.1", "regex-cache": "0.4.4", "repeat-element": "1.1.3", "require-directory": "2.1.1", "require-main-filename": "1.0.1", "set-blocking": "2.0.0", "source-map": "0.6.1", "wrap-ansi": "2.1.0" }, "_requested": { "type": "version", "registry": true, "raw": "mocha-webpack@1.1.0", "name": "mocha-webpack", "escapedName": "mocha-webpack", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/mocha-webpack/-/mocha-webpack-1.1.0.tgz", "_spec": "1.1.0", "_where": "E:\\changfa\\crscd-view", "author": { "name": "Jan-André Zinser" }, "bin": { "mocha-webpack": "bin/mocha-webpack" }, "bugs": { "url": "https://github.com/zinserjan/mocha-webpack/issues" }, "dependencies": { "babel-runtime": "^6.18.0", "chalk": "^2.3.0", "chokidar": "^1.6.1", "glob-parent": "^3.1.0", "globby": "^6.1.0", "interpret": "^1.0.1", "is-glob": "^4.0.0", "loader-utils": "^1.1.0", "lodash": "^4.3.0", "memory-fs": "^0.4.1", "nodent-runtime": "^3.0.3", "normalize-path": "^2.0.1", "progress": "^2.0.0", "source-map-support": "^0.5.0", "strip-ansi": "^4.0.0", "toposort": "^1.0.0", "yargs": "^4.8.0" }, "description": "mocha cli with webpack support", "devDependencies": { "anymatch": "^1.3.0", "babel-cli": "^6.5.1", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3", "babel-loader": "~7.1.0", "babel-plugin-istanbul": "^4.1.5", "babel-plugin-lodash": "^3.2.10", "babel-plugin-transform-class-properties": "^6.5.2", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-flow-strip-types": "^6.18.0", "babel-plugin-transform-object-rest-spread": "^6.19.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-env": "^1.6.1", "babel-register": "^6.5.2", "bdd-lazy-var": "^2.1.2", "chai": "^4.1.0", "coffee-script": "^1.11.1", "cross-env": "^5.1.0", "css-loader": "~0.28.7", "del": "^3.0.0", "del-cli": "^1.1.0", "eslint": "^3.1.0", "eslint-config-airbnb-base": "^4.0.2", "eslint-plugin-flowtype": "^2.29.1", "eslint-plugin-flowtype-errors": "^1.5.0", "eslint-plugin-import": "^1.11.0", "fast-async": "^6.1.2", "flow-bin": "^0.36.0", "fs-extra": "^4.0.2", "gh-pages": "^1.0.0", "gitbook-cli": "^2.3.0", "glob": "7.1.2", "mocha": "^4.0.1", "node-sass": "~4.5.3", "np": "^2.9.0", "nyc": "^11.3.0", "sass-loader": "~6.0.0", "sinon": "^4.0.1", "webpack": "^3.7.1" }, "files": [ "*.md", "bin", "src", "lib" ], "homepage": "https://github.com/zinserjan/mocha-webpack#readme", "keywords": [ "webpack", "mocha" ], "license": "MIT", "main": "./lib/createMochaWebpack.js", "name": "mocha-webpack", "nyc": { "include": [ "src/**/*.js" ], "sourceMap": false, "instrument": false }, "peerDependencies": { "mocha": ">=2.4.5 <=5", "webpack": "^2.0.0 || ^3.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/zinserjan/mocha-webpack.git" }, "scripts": { "build": "npm run clean-lib && babel ./src -d lib", "clean-lib": "del-cli \"lib/**\" \"!lib\" \"!lib/reporters\" \"!lib/utils.js\" \"!lib/entry.js\" \"!lib/reporters/base.js\"", "clean-tmp": "del-cli \".tmp/**\"", "cover": "cross-env BABEL_ENV=coverage nyc --reporter=lcov --reporter=text npm test", "docs:build": "npm run docs:prepare && gitbook build", "docs:clean": "del-cli _book", "docs:deploy": "npm run docs:clean && npm run docs:build && gh-pages -d _book", "docs:prepare": "gitbook install", "docs:watch": "npm run docs:prepare && gitbook serve --port 3000", "flow": "flow", "lint": "eslint src test bin", "postpublish": "npm run docs:deploy", "posttest": "npm run lint", "prepublish": "npm run build", "release": "np", "test": "npm run clean-tmp && npm run build && mocha --timeout 10000 --recursive --require babel-register \"test/**/*.test.js\"" }, "version": "1.1.0" }