st-create-app
Version:
Scaffold SpringType apps.
122 lines (121 loc) • 3.49 kB
JSON
{
"_args": [
[
"envinfo@7.2.0",
"/home/kyr0/IdeaProjects/springtype/src/packages/st-create-app"
]
],
"_from": "envinfo@7.2.0",
"_id": "envinfo@7.2.0",
"_inBundle": false,
"_integrity": "sha512-hHDGx34o8V0IULC6MnMb+jIMEJ5LBuK/EIbFi8/aw81r6q+wXCvu9QCA9RPbpOaBxtlH/16cYB2HkBnRFTy4SQ==",
"_location": "/envinfo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "envinfo@7.2.0",
"name": "envinfo",
"escapedName": "envinfo",
"rawSpec": "7.2.0",
"saveSpec": null,
"fetchSpec": "7.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.2.0.tgz",
"_spec": "7.2.0",
"_where": "/home/kyr0/IdeaProjects/springtype/src/packages/st-create-app",
"author": {
"name": "tabrindle@gmail.com"
},
"bin": {
"envinfo": "dist/cli.js"
},
"bugs": {
"url": "https://github.com/tabrindle/envinfo/issues"
},
"dependencies": {},
"description": "Info about your dev environment for debugging purposes",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"all-contributors-cli": "^4.11.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "^8.0.5",
"clipboardy": "^1.2.2",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.3.1",
"github-release-cli": "^0.4.1",
"glob": "^7.1.2",
"jest": "^22.4.3",
"minimist": "^1.2.0",
"os-name": "^2.0.1",
"pkg": "^4.3.4",
"prettier-eslint-cli": "^4.1.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"which": "^1.2.14",
"yamlify-object": "^0.4.5"
},
"engines": {
"node": ">=4"
},
"files": [
"dist/"
],
"homepage": "https://github.com/tabrindle/envinfo#readme",
"jest": {
"testEnvironment": "node"
},
"keywords": [
"development",
"env",
"environment",
"info",
"issues",
"reporting",
"diagnostics"
],
"license": "MIT",
"main": "dist/envinfo.js",
"name": "envinfo",
"pkg": {
"scripts": "dist/*.js",
"targets": [
"linux",
"macos",
"win"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/tabrindle/envinfo.git"
},
"scripts": {
"build": "webpack",
"check:format": "prettier -l src/*.js",
"compress": "gzexe envinfo-* && upx envinfo-win.exe",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"executable": "pkg package.json",
"format": "prettier --write src/*.js",
"lint": "eslint src",
"lint-fix": "eslint src --fix",
"postcompress": "tar -czvf envinfo-linux.tar.gz envinfo-linux && tar -czvf envinfo-macos.tar.gz envinfo-macos && zip -r -X envinfo-win.zip envinfo-win.exe",
"postversion": "npm run executable && npm run compress && npm run release",
"preversion": "npm run test && webpack && git add .",
"release": "github-release upload --owner=tabrindle --repo=envinfo --tag=${npm_package_version} 'envinfo-linux.tar.gz' 'envinfo-macos.tar.gz' 'envinfo-win.zip'",
"start": "node src/cli.js",
"test": "jest --env=node && npm run lint && npm run check:format"
},
"version": "7.2.0"
}