package.json 2.17 KB
Newer Older
Felipe Escala Torres committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
{
  "_args": [
    [
      "command-line-args@4.0.7",
      "C:\\Users\\sistem17user\\Documents\\Proyectos\\asistencia-academia-electron"
    ]
  ],
  "_development": true,
  "_from": "command-line-args@4.0.7",
  "_id": "command-line-args@4.0.7",
  "_inBundle": false,
  "_integrity": "sha512-aUdPvQRAyBvQd2n7jXcsMDz68ckBJELXNzBybCHOibUWEg0mWTnaYCSRU8h9R+aNRSvDihJtssSRCiDRpLaezA==",
  "_location": "/command-line-args",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "command-line-args@4.0.7",
    "name": "command-line-args",
    "escapedName": "command-line-args",
    "rawSpec": "4.0.7",
    "saveSpec": null,
    "fetchSpec": "4.0.7"
  },
  "_requiredBy": [
    "/html-includes"
  ],
  "_resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-4.0.7.tgz",
  "_spec": "4.0.7",
  "_where": "C:\\Users\\sistem17user\\Documents\\Proyectos\\asistencia-academia-electron",
  "author": {
    "name": "Lloyd Brookes",
    "email": "75pound@gmail.com"
  },
  "bin": {
    "command-line-args": "bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/75lb/command-line-args/issues"
  },
  "dependencies": {
    "array-back": "^2.0.0",
    "find-replace": "^1.0.3",
    "typical": "^2.6.1"
  },
  "description": "A mature, feature-complete library to parse command-line options.",
  "devDependencies": {
    "coveralls": "^2.13.1",
    "jsdoc-to-markdown": "^3.0.0",
    "test-runner": "^0.4.1"
  },
  "homepage": "https://github.com/75lb/command-line-args#readme",
  "keywords": [
    "argv",
    "parse",
    "argument",
    "args",
    "option",
    "options",
    "parser",
    "parsing",
    "cli",
    "command",
    "line"
  ],
  "license": "MIT",
  "main": "lib/command-line-args.js",
  "name": "command-line-args",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/75lb/command-line-args.git"
  },
  "scripts": {
    "cover": "istanbul cover ./node_modules/.bin/test-runner test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo",
    "docs": "jsdoc2md -l off -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
    "test": "test-runner test/*.js"
  },
  "version": "4.0.7"
}