| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "coa@^2.0.2", |
| 3 | "_id": "coa@2.0.2", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", |
| 6 | "_location": "/coa", |
| 7 | "_phantomChildren": { |
| 8 | "escape-string-regexp": "1.0.5" |
| 9 | }, |
| 10 | "_requested": { |
| 11 | "type": "range", |
| 12 | "registry": true, |
| 13 | "raw": "coa@^2.0.2", |
| 14 | "name": "coa", |
| 15 | "escapedName": "coa", |
| 16 | "rawSpec": "^2.0.2", |
| 17 | "saveSpec": null, |
| 18 | "fetchSpec": "^2.0.2" |
| 19 | }, |
| 20 | "_requiredBy": [ |
| 21 | "/svgo" |
| 22 | ], |
| 23 | "_resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", |
| 24 | "_shasum": "43f6c21151b4ef2bf57187db0d73de229e3e7ec3", |
| 25 | "_spec": "coa@^2.0.2", |
| 26 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\svgo", |
| 27 | "author": { |
| 28 | "name": "Sergey Berezhnoy", |
| 29 | "email": "veged@ya.ru", |
| 30 | "url": "http://github.com/veged" |
| 31 | }, |
| 32 | "bugs": { |
| 33 | "url": "https://github.com/veged/coa/issues" |
| 34 | }, |
| 35 | "bundleDependencies": false, |
| 36 | "contributors": [ |
| 37 | { |
| 38 | "name": "Sergey Belov", |
| 39 | "email": "peimei@ya.ru", |
| 40 | "url": "http://github.com/arikon" |
| 41 | } |
| 42 | ], |
| 43 | "dependencies": { |
| 44 | "@types/q": "^1.5.1", |
| 45 | "chalk": "^2.4.1", |
| 46 | "q": "^1.1.2" |
| 47 | }, |
| 48 | "deprecated": false, |
| 49 | "description": "Command-Option-Argument: Yet another parser for command line options.", |
| 50 | "devDependencies": { |
| 51 | "chai": "~1.7.2", |
| 52 | "coveralls": "^2.11.16", |
| 53 | "eslint": "^4.15.0", |
| 54 | "eslint-config-pedant": "^1.0.0", |
| 55 | "mocha": "~1.21.4", |
| 56 | "nyc": "^10.1.2" |
| 57 | }, |
| 58 | "directories": { |
| 59 | "lib": "./lib" |
| 60 | }, |
| 61 | "engines": { |
| 62 | "node": ">= 4.0" |
| 63 | }, |
| 64 | "files": [ |
| 65 | "lib/", |
| 66 | "index.js", |
| 67 | "coa.d.ts", |
| 68 | "README.ru.md" |
| 69 | ], |
| 70 | "homepage": "http://github.com/veged/coa", |
| 71 | "license": "MIT", |
| 72 | "maintainers": [ |
| 73 | { |
| 74 | "name": "Sergey Berezhnoy", |
| 75 | "email": "veged@ya.ru", |
| 76 | "url": "http://github.com/veged" |
| 77 | }, |
| 78 | { |
| 79 | "name": "Sergey Belov", |
| 80 | "email": "peimei@ya.ru", |
| 81 | "url": "http://github.com/arikon" |
| 82 | } |
| 83 | ], |
| 84 | "name": "coa", |
| 85 | "repository": { |
| 86 | "type": "git", |
| 87 | "url": "git://github.com/veged/coa.git" |
| 88 | }, |
| 89 | "scripts": { |
| 90 | "clean": "rm -r .nyc_output coverage", |
| 91 | "coverage": "nyc --reporter=text --reporter=html mocha; echo; echo 'Open coverage/index.html file in your browser'", |
| 92 | "coveralls": "nyc report --reporter=text-lcov | coveralls", |
| 93 | "lint": "eslint .", |
| 94 | "pretest": "npm run lint", |
| 95 | "test": "nyc mocha" |
| 96 | }, |
| 97 | "types": "./coa.d.ts", |
| 98 | "version": "2.0.2" |
| 99 | } |