File: /home/frenchy/www/french-american.org/releases/20210303111656Z/node_modules/vorpal/package.json
{
"_args": [
[
"vorpal@1.12.0",
"/var/www/french-american.org/releases/20210303111656Z"
]
],
"_development": true,
"_from": "vorpal@1.12.0",
"_id": "vorpal@1.12.0",
"_inBundle": false,
"_integrity": "sha1-S+eypOSPj8/JzzZIxBnTEcUiFZ0=",
"_location": "/vorpal",
"_phantomChildren": {
"ansi-escapes": "1.4.0",
"ansi-regex": "2.1.1",
"chalk": "1.1.3",
"cli-cursor": "1.0.2",
"figures": "1.7.0",
"once": "1.4.0",
"readline2": "1.0.1",
"rx-lite": "3.1.2",
"strip-ansi": "3.0.1",
"through": "2.3.8"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "vorpal@1.12.0",
"name": "vorpal",
"escapedName": "vorpal",
"rawSpec": "1.12.0",
"saveSpec": null,
"fetchSpec": "1.12.0"
},
"_requiredBy": [
"/@frctl/fractal"
],
"_resolved": "https://registry.npmjs.org/vorpal/-/vorpal-1.12.0.tgz",
"_spec": "1.12.0",
"_where": "/var/www/french-american.org/releases/20210303111656Z",
"author": {
"name": "dthree"
},
"bugs": {
"url": "https://github.com/dthree/vorpal/issues"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"chalk": "^1.1.0",
"in-publish": "^2.0.0",
"inquirer": "0.11.0",
"lodash": "^4.5.1",
"log-update": "^1.0.2",
"minimist": "^1.2.0",
"node-localstorage": "^0.6.0",
"strip-ansi": "^3.0.0",
"wrap-ansi": "^2.0.0"
},
"description": "Node's first framework for building immersive CLI apps.",
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"bluebird": "^3.1.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-eslint": "^1.1.1",
"gulp-xo": "^0.7.0",
"load-plugins": "^2.1.0",
"mocha": "^2.2.5",
"moment": "^2.10.3",
"request": "^2.58.0",
"should": "^6.0.3",
"vorpal-less": "0.0.4",
"vorpal-repl": "^1.1.8",
"xo": "^0.9.0"
},
"engines": {
"iojs": ">= 1.0.0",
"node": ">= 0.10.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/dthree/vorpal#readme",
"keywords": [
"api",
"cli",
"repl",
"shell",
"immersive",
"framework",
"app",
"application",
"command",
"commander",
"automated",
"prompt",
"inquirer"
],
"license": "MIT",
"main": "./dist/vorpal.js",
"name": "vorpal",
"repository": {
"type": "git",
"url": "git+https://github.com/dthree/vorpal.git"
},
"scripts": {
"prepublish": "in-publish && gulp build || not-in-publish",
"test": "gulp build; mocha;"
},
"version": "1.12.0",
"xo": {
"space": true,
"rules": {
"no-eval": 0,
"no-unused-expressions": 0,
"max-nested-callbacks": 0,
"no-proto": 0,
"wrap-iife": 0,
"global-require": 0,
"no-negated-condition": 0,
"no-loop-func": 0,
"no-implicit-coercion": 0,
"no-use-extend-native/no-use-extend-native": 0,
"no-undef": 0
}
}
}