{ "_args": [ [ "clean-webpack-plugin@1.0.1", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_development": true, "_from": "clean-webpack-plugin@1.0.1", "_id": "clean-webpack-plugin@1.0.1", "_inBundle": false, "_integrity": "sha1-sW7i8Thq6kAwECNuYyRHx9NQX1o=", "_location": "/clean-webpack-plugin", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "clean-webpack-plugin@1.0.1", "name": "clean-webpack-plugin", "escapedName": "clean-webpack-plugin", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.nlark.com/clean-webpack-plugin/download/clean-webpack-plugin-1.0.1.tgz", "_spec": "1.0.1", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "John Agan", "email": "johnagan@gmail.com" }, "bugs": { "url": "https://github.com/johnagan/clean-webpack-plugin/issues" }, "dependencies": { "rimraf": "^2.6.1" }, "description": "A webpack plugin to remove your build folder(s) before building", "devDependencies": { "chai": "^4.1.1", "coveralls": "^2.13.1", "istanbul": "^0.4.5", "mocha": "^3.5.0", "rewire": "^2.5.2" }, "homepage": "https://github.com/johnagan/clean-webpack-plugin", "keywords": [ "webpack", "plugin", "clean", "node" ], "license": "MIT", "main": "index.js", "name": "clean-webpack-plugin", "repository": { "type": "git", "url": "git+https://github.com/johnagan/clean-webpack-plugin.git" }, "scripts": { "test": "mocha --recursive ./test/*_spec.js", "test-travis": "istanbul cover _mocha -- -R spec ./test/*_spec.js", "test:watch": "npm run test -- --watch" }, "version": "1.0.1" }