123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "_args": [
- [
- "node-plop@0.26.2",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_development": true,
- "_from": "node-plop@0.26.2",
- "_id": "node-plop@0.26.2",
- "_inBundle": false,
- "_integrity": "sha512-q444beWkMvZwAiYC3BRGJUHgRlpOItQHy+xdy6egXg8KjxDY/Ro309spQTNvH01qK9A8XF6pc0xLKbrHDpxW7w==",
- "_location": "/node-plop",
- "_phantomChildren": {
- "@types/glob": "7.1.3",
- "array-union": "2.1.0",
- "dir-glob": "3.0.1",
- "fast-glob": "3.2.11",
- "glob": "7.1.6",
- "merge2": "1.4.1",
- "slash": "3.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "node-plop@0.26.2",
- "name": "node-plop",
- "escapedName": "node-plop",
- "rawSpec": "0.26.2",
- "saveSpec": null,
- "fetchSpec": "0.26.2"
- },
- "_requiredBy": [
- "/plop"
- ],
- "_resolved": "https://registry.npmjs.org/node-plop/-/node-plop-0.26.2.tgz",
- "_spec": "0.26.2",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "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"
- },
- "dependencies": {
- "@babel/runtime-corejs3": "^7.9.2",
- "@types/inquirer": "^6.5.0",
- "change-case": "^3.1.0",
- "del": "^5.1.0",
- "globby": "^10.0.1",
- "handlebars": "^4.4.3",
- "inquirer": "^7.1.0",
- "isbinaryfile": "^4.0.2",
- "lodash.get": "^4.4.2",
- "mkdirp": "^0.5.1",
- "resolve": "^1.12.0"
- },
- "description": "programmatic plopping for fun and profit",
- "devDependencies": {
- "@babel/cli": "^7.6.4",
- "@babel/core": "^7.6.4",
- "@babel/plugin-transform-runtime": "^7.9.0",
- "@babel/preset-env": "^7.6.3",
- "@babel/register": "^7.6.2",
- "@types/node": "^13.13.5",
- "@typescript-eslint/eslint-plugin": "^2.21.0",
- "@typescript-eslint/parser": "^2.21.0",
- "ava": "^2.4.0",
- "dtslint": "^3.5.1",
- "eslint": "^6.8.0",
- "eslint-config-standard": "^14.1.0",
- "eslint-plugin-import": "^2.18.2",
- "eslint-plugin-node": "^10.0.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
- "plop": "^2.4.0",
- "plop-pack-fancy-comments": "^0.2.1",
- "pre-commit": "^1.x",
- "typescript": "^3.8.2"
- },
- "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": [
- "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/",
- "prepublishOnly": "npm run compile",
- "test": "npm run test:js && npm run test:typings",
- "test-watch": "ava --watch",
- "test:js": "npm run eslint && npm run compile && ava",
- "test:typings": "dtslint types --localTs node_modules/typescript/lib --expectOnly"
- },
- "types": "types/index.d.ts",
- "version": "0.26.2"
- }
|