1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "coa@1.0.4",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_development": true,
- "_from": "coa@1.0.4",
- "_id": "coa@1.0.4",
- "_inBundle": false,
- "_integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=",
- "_location": "/coa",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "coa@1.0.4",
- "name": "coa",
- "escapedName": "coa",
- "rawSpec": "1.0.4",
- "saveSpec": null,
- "fetchSpec": "1.0.4"
- },
- "_requiredBy": [
- "/svgo"
- ],
- "_resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz",
- "_spec": "1.0.4",
- "_where": "E:\\amr1.0\\AMR",
- "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"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "homepage": "http://github.com/veged/coa",
- "licenses": [
- {
- "type": "MIT"
- }
- ],
- "maintainers": [
- {
- "name": "Sergey Berezhnoy",
- "email": "veged@ya.ru",
- "url": "http://github.com/veged"
- },
- {
- "name": "Sergey Belov",
- "email": "peimei@ya.ru",
- "url": "http://github.com/arikon"
- }
- ],
- "name": "coa",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/veged/coa.git"
- },
- "scripts": {
- "coverage": "make coverage",
- "test": "make test"
- },
- "version": "1.0.4"
- }
|