Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@iarna/cli/package.json')
-rw-r--r--node_modules/@iarna/cli/package.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/node_modules/@iarna/cli/package.json b/node_modules/@iarna/cli/package.json
new file mode 100644
index 000000000..610790620
--- /dev/null
+++ b/node_modules/@iarna/cli/package.json
@@ -0,0 +1,70 @@
+{
+ "_from": "@iarna/cli@^1.2.0",
+ "_id": "@iarna/cli@1.2.0",
+ "_inBundle": false,
+ "_integrity": "sha512-ukITQAqVs2n9HGmn3car/Ir7d3ta650iXhrG7pjr3EWdFmJuuOVWgYsu7ftsSe5VifEFFhjxVuX9+8F7L8hwcA==",
+ "_location": "/@iarna/cli",
+ "_phantomChildren": {
+ "camelcase": "4.1.0",
+ "code-point-at": "1.1.0",
+ "decamelize": "1.2.0",
+ "is-fullwidth-code-point": "1.0.0",
+ "os-locale": "2.1.0",
+ "read-pkg-up": "2.0.0",
+ "require-directory": "2.1.1",
+ "set-blocking": "2.0.0",
+ "strip-ansi": "3.0.1",
+ "which-module": "2.0.0"
+ },
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "@iarna/cli@^1.2.0",
+ "name": "@iarna/cli",
+ "escapedName": "@iarna%2fcli",
+ "scope": "@iarna",
+ "rawSpec": "^1.2.0",
+ "saveSpec": null,
+ "fetchSpec": "^1.2.0"
+ },
+ "_requiredBy": [
+ "/lock-verify"
+ ],
+ "_resolved": "https://registry.npmjs.org/@iarna/cli/-/cli-1.2.0.tgz",
+ "_shasum": "0f7af5e851afe895104583c4ca07377a8094d641",
+ "_spec": "@iarna/cli@^1.2.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/lock-verify",
+ "author": {
+ "name": "Rebecca Turner",
+ "email": "me@re-becca.org",
+ "url": "http://re-becca.org/"
+ },
+ "bugs": {
+ "url": "https://github.com/iarna/cli/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "signal-exit": "^3.0.2",
+ "update-notifier": "^2.2.0",
+ "yargs": "^8.0.2"
+ },
+ "deprecated": false,
+ "description": "Some simple CLI scaffolding for promise returning applications.",
+ "devDependencies": {},
+ "files": [
+ "app.js"
+ ],
+ "homepage": "https://github.com/iarna/cli#readme",
+ "keywords": [],
+ "license": "ISC",
+ "main": "app.js",
+ "name": "@iarna/cli",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/iarna/cli.git"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "version": "1.2.0"
+}