package.json 2.38 KB
{
  "_args": [
    [
      {
        "raw": "clap@^1.0.9",
        "scope": null,
        "escapedName": "clap",
        "name": "clap",
        "rawSpec": "^1.0.9",
        "spec": ">=1.0.9 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/csso"
    ]
  ],
  "_from": "clap@>=1.0.9 <2.0.0",
  "_id": "clap@1.1.2",
  "_inCache": true,
  "_location": "/clap",
  "_nodeVersion": "6.8.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/clap-1.1.2.tgz_1480765627837_0.21811137441545725"
  },
  "_npmUser": {
    "name": "lahmatiy",
    "email": "rdvornov@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "clap@^1.0.9",
    "scope": null,
    "escapedName": "clap",
    "name": "clap",
    "rawSpec": "^1.0.9",
    "spec": ">=1.0.9 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/csso"
  ],
  "_resolved": "https://registry.npmjs.org/clap/-/clap-1.1.2.tgz",
  "_shasum": "316545bf22229225a2cecaa6824cd2f56a9709ed",
  "_shrinkwrap": null,
  "_spec": "clap@^1.0.9",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/csso",
  "author": {
    "name": "Roman Dvornov",
    "email": "rdvornov@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/lahmatiy/clap/issues"
  },
  "dependencies": {
    "chalk": "^1.1.3"
  },
  "description": "Command line argument parser",
  "devDependencies": {
    "mocha": "^2.4.5"
  },
  "directories": {},
  "dist": {
    "shasum": "316545bf22229225a2cecaa6824cd2f56a9709ed",
    "tarball": "https://registry.npmjs.org/clap/-/clap-1.1.2.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "HISTORY.md",
    "LICENSE",
    "README.md"
  ],
  "gitHead": "0afc03fd26a2a7eb5bb9f392090afe46353e7ae6",
  "homepage": "https://github.com/lahmatiy/clap",
  "keywords": [
    "cli",
    "command",
    "option",
    "argument",
    "completion"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "lahmatiy",
      "email": "rdvornov@gmail.com"
    }
  ],
  "name": "clap",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lahmatiy/clap.git"
  },
  "scripts": {
    "test": "mocha test -R spec"
  },
  "title": "Command line argument parser",
  "version": "1.1.2"
}