123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "optionator@0.8.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "optionator@0.8.2",
- "_id": "optionator@0.8.2",
- "_inBundle": false,
- "_integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=",
- "_location": "/optionator",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "optionator@0.8.2",
- "name": "optionator",
- "escapedName": "optionator",
- "rawSpec": "0.8.2",
- "saveSpec": null,
- "fetchSpec": "0.8.2"
- },
- "_requiredBy": [
- "/@vue/cli-plugin-eslint/eslint",
- "/escodegen",
- "/eslint"
- ],
- "_resolved": "https://registry.npm.taobao.org/optionator/download/optionator-0.8.2.tgz",
- "_spec": "0.8.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "George Zahariev",
- "email": "z@georgezahariev.com"
- },
- "bugs": {
- "url": "https://github.com/gkz/optionator/issues"
- },
- "dependencies": {
- "deep-is": "~0.1.3",
- "fast-levenshtein": "~2.0.4",
- "levn": "~0.3.0",
- "prelude-ls": "~1.1.2",
- "type-check": "~0.3.2",
- "wordwrap": "~1.0.0"
- },
- "description": "option parsing and help generation",
- "devDependencies": {
- "istanbul": "~0.4.1",
- "livescript": "~1.5.0",
- "mocha": "~3.0.2"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "files": [
- "lib",
- "README.md",
- "LICENSE"
- ],
- "homepage": "https://github.com/gkz/optionator",
- "keywords": [
- "options",
- "flags",
- "option parsing",
- "cli"
- ],
- "license": "MIT",
- "main": "./lib/",
- "name": "optionator",
- "repository": {
- "type": "git",
- "url": "git://github.com/gkz/optionator.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "0.8.2"
- }
|