You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.0 KiB
79 lines
2.0 KiB
3 years ago
|
{
|
||
|
"_from": "microcli@1.3.1",
|
||
|
"_id": "microcli@1.3.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-0MQ0w457h33GuktLJwzA/EmZK9B7QwcG5FqWM+7Ep5XPkFJvT3vZ6XIDaqUXYLpDAqsCSnhTKTWzWiDbXkn8mQ==",
|
||
|
"_location": "/microcli",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "microcli@1.3.1",
|
||
|
"name": "microcli",
|
||
|
"escapedName": "microcli",
|
||
|
"rawSpec": "1.3.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.3.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/runjs"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/microcli/-/microcli-1.3.1.tgz",
|
||
|
"_shasum": "6e49b71a545be7916a87b9edd3bae68cc85d67cc",
|
||
|
"_spec": "microcli@1.3.1",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\runjs",
|
||
|
"author": {
|
||
|
"name": "Pawel Galazka"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/pawelgalazka/microcli/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"lodash": "4.17.4",
|
||
|
"microargs": "1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "CLI scripts micro engine",
|
||
|
"devDependencies": {
|
||
|
"dedent": "^0.7.0",
|
||
|
"eslint": "4.9.0",
|
||
|
"eslint-config-standard": "10.2.1",
|
||
|
"eslint-plugin-import": "2.8.0",
|
||
|
"eslint-plugin-node": "5.2.0",
|
||
|
"eslint-plugin-promise": "3.6.0",
|
||
|
"eslint-plugin-standard": "3.0.1",
|
||
|
"husky": "0.14.3",
|
||
|
"jest": "21.2.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6.11.1"
|
||
|
},
|
||
|
"homepage": "https://github.com/pawelgalazka/microcli#readme",
|
||
|
"jest": {
|
||
|
"testEnvironment": "node"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"cli",
|
||
|
"option",
|
||
|
"parser",
|
||
|
"command",
|
||
|
"commander"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "microcli",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/pawelgalazka/microcli.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"precommit": "yarn run test:lint",
|
||
|
"test": "yarn run test:lint && yarn run test:unit && yarn run test:e2e",
|
||
|
"test:e2e": "jest ./test/index.e2e.spec.js",
|
||
|
"test:lint": "eslint *.js",
|
||
|
"test:unit": "jest ./test/index.spec.js"
|
||
|
},
|
||
|
"version": "1.3.1"
|
||
|
}
|