package.json 2.6 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
{
  "_args": [
    [
      {
        "name": "argparse",
        "raw": "argparse@^1.0.7",
        "rawSpec": "^1.0.7",
        "scope": null,
        "spec": ">=1.0.7 <2.0.0",
        "type": "range"
      },
      "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/js-yaml"
    ]
  ],
  "_from": "argparse@>=1.0.7 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "argparse@1.0.10",
  "_inCache": true,
  "_installable": true,
  "_location": "/argparse",
  "_nodeVersion": "8.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/argparse_1.0.10_1518704641025_0.2567322588736727"
  },
  "_npmUser": {
    "email": "vitaly@rcdesign.ru",
    "name": "vitaly"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "argparse",
    "raw": "argparse@^1.0.7",
    "rawSpec": "^1.0.7",
    "scope": null,
    "spec": ">=1.0.7 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/js-yaml",
    "/remarkable"
  ],
  "_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
  "_shasum": "bcd6791ea5ae09725e17e5ad988134cd40b3d911",
  "_shrinkwrap": null,
  "_spec": "argparse@^1.0.7",
  "_where": "/Users/xxm/Documents/gitlab/codechina-docs/node_modules/js-yaml",
  "bugs": {
    "url": "https://github.com/nodeca/argparse/issues"
  },
  "contributors": [
    {
      "name": "Eugene Shkuropat"
    },
    {
      "name": "Paul Jacobson"
    }
  ],
  "dependencies": {
    "sprintf-js": "~1.0.2"
  },
  "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
  "devDependencies": {
    "eslint": "^2.13.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.0",
    "ndoc": "^5.0.1"
  },
  "directories": {},
  "dist": {
    "fileCount": 27,
    "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
    "shasum": "bcd6791ea5ae09725e17e5ad988134cd40b3d911",
    "tarball": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
    "unpackedSize": 116446
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "gitHead": "ea45e14bad13b9e4a10af28f11fb7e731079ab72",
  "homepage": "https://github.com/nodeca/argparse#readme",
  "keywords": [
    "cli",
    "parser",
    "argparse",
    "option",
    "args"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "vitaly@rcdesign.ru",
      "name": "vitaly"
    }
  ],
  "name": "argparse",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodeca/argparse.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.0.10"
}