package.json 2.38 KB
{
  "_args": [
    [
      {
        "raw": "coa@~1.0.1",
        "scope": null,
        "escapedName": "coa",
        "name": "coa",
        "rawSpec": "~1.0.1",
        "spec": ">=1.0.1 <1.1.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/svgo"
    ]
  ],
  "_from": "coa@>=1.0.1 <1.1.0",
  "_id": "coa@1.0.1",
  "_inCache": true,
  "_location": "/coa",
  "_npmUser": {
    "name": "veged",
    "email": "veged@ya.ru"
  },
  "_npmVersion": "2.0.0-alpha-5",
  "_phantomChildren": {},
  "_requested": {
    "raw": "coa@~1.0.1",
    "scope": null,
    "escapedName": "coa",
    "name": "coa",
    "rawSpec": "~1.0.1",
    "spec": ">=1.0.1 <1.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/svgo"
  ],
  "_resolved": "https://registry.npmjs.org/coa/-/coa-1.0.1.tgz",
  "_shasum": "7f959346cfc8719e3f7233cd6852854a7c67d8a3",
  "_shrinkwrap": null,
  "_spec": "coa@~1.0.1",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/svgo",
  "author": {
    "name": "Sergey Berezhnoy",
    "email": "veged@ya.ru",
    "url": "http://github.com/veged"
  },
  "bugs": {
    "url": "https://github.com/veged/coa/issues"
  },
  "contributors": [
    {
      "name": "Sergey Belov",
      "email": "peimei@ya.ru",
      "url": "http://github.com/arikon"
    }
  ],
  "dependencies": {
    "q": "^1.1.2"
  },
  "description": "Command-Option-Argument: Yet another parser for command line options.",
  "devDependencies": {
    "chai": "~1.7.2",
    "coffee-script": "~1.6.3",
    "istanbul": "~0.1.40",
    "mocha": "~1.21.4",
    "mocha-istanbul": "*"
  },
  "directories": {
    "lib": "./lib"
  },
  "dist": {
    "shasum": "7f959346cfc8719e3f7233cd6852854a7c67d8a3",
    "tarball": "https://registry.npmjs.org/coa/-/coa-1.0.1.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "gitHead": "ec694e82e7fb2c79fc114c9b23625a90c57e81fe",
  "homepage": "http://github.com/veged/coa",
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "maintainers": [
    {
      "name": "veged",
      "email": "veged@mail.ru"
    },
    {
      "name": "arikon",
      "email": "peimei@ya.ru"
    }
  ],
  "name": "coa",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/veged/coa.git"
  },
  "scripts": {
    "coverage": "make coverage",
    "test": "make test"
  },
  "version": "1.0.1"
}