{ "_from": "node-plop@~0.18.0", "_id": "node-plop@0.18.0", "_inBundle": false, "_integrity": "sha512-in7Cg3wJ/1a1NFvCoqxEuEDZDs3op8A7PghGgwmujsS93o9dZWk0HpZ8wGg4pKw2JB2KBo8xwUMOtEwBUr0sIA==", "_location": "/node-plop", "_phantomChildren": { "array-union": "1.0.2", "arrify": "1.0.1", "chalk": "2.4.2", "cli-cursor": "2.1.0", "escape-string-regexp": "1.0.5", "external-editor": "3.1.0", "fast-glob": "2.2.7", "glob": "7.2.3", "lodash": "4.17.21", "object-assign": "4.1.1", "path-is-inside": "1.0.2", "path-type": "3.0.0", "pinkie-promise": "2.0.1", "rimraf": "2.7.1", "run-async": "2.4.1", "rxjs": "6.6.7", "through": "2.3.8" }, "_requested": { "type": "range", "registry": true, "raw": "node-plop@~0.18.0", "name": "node-plop", "escapedName": "node-plop", "rawSpec": "~0.18.0", "saveSpec": null, "fetchSpec": "~0.18.0" }, "_requiredBy": [ "/plop" ], "_resolved": "https://registry.npmmirror.com/node-plop/-/node-plop-0.18.0.tgz", "_shasum": "b44647898ee9e387d46e691f13a01fac53bf49fe", "_spec": "node-plop@~0.18.0", "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\plop", "author": { "name": "Andrew Worcester", "email": "andrew@amwmedia.com", "url": "http://amwmedia.com" }, "ava": { "files": [ "tests/*.ava.js" ], "sources": [ "tests/**/plopfile.js", "lib/**/*.js" ], "require": [ "@babel/register" ], "tap": true }, "bugs": { "url": "https://github.com/amwmedia/node-plop/issues" }, "bundleDependencies": false, "dependencies": { "change-case": "^3.0.1", "co": "^4.6.0", "core-js": "^2.4.1", "del": "^3.0.0", "globby": "^8.0.0", "handlebars": "^4.1.0", "inquirer": "^6.0.0", "isbinaryfile": "^3.0.2", "lodash.get": "^4.4.2", "mkdirp": "^0.5.1", "pify": "^4.0.0", "resolve": "^1.2.0" }, "deprecated": false, "description": "programmatic plopping for fun and profit", "devDependencies": { "@babel/cli": "^7.x", "@babel/core": "^7.x", "@babel/preset-env": "^7.3.1", "@babel/register": "^7.0.0", "@types/globby": "^8.x", "@types/handlebars": "^4.x", "@types/inquirer": "0.0.43", "ava": "^1.2.1", "eslint": "^5.x", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^8.0.0", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-standard": "^4.0.0", "plop": "^2.x", "plop-pack-fancy-comments": "^0.2.1", "pre-commit": "^1.x" }, "engines": { "node": ">=8.9.4" }, "homepage": "https://github.com/amwmedia/node-plop#readme", "keywords": [ "plop", "generator", "scaffolding", "node", "programmatic", "automation" ], "license": "MIT", "main": "lib/index.js", "name": "node-plop", "pre-commit": [ "compile", "eslint", "test" ], "repository": { "type": "git", "url": "git+https://github.com/amwmedia/node-plop.git" }, "scripts": { "clean": "node ./build-scripts/clean", "compile": "npm run clean && babel src --out-dir lib", "compile-watch": "babel src --watch --out-dir lib", "develop": "npm run clean && (npm run compile-watch & npm run test-watch)", "eslint": "eslint src/", "prepublish": "npm run compile", "test": "npm run compile && ava", "test-watch": "ava --watch" }, "types": "index.d.ts", "version": "0.18.0" }