update deps again

This commit is contained in:
Alex Kalyvitis 2020-06-18 19:10:34 +02:00
parent 6d036cef6f
commit 11a9af0387
397 changed files with 7568 additions and 9071 deletions

View file

@ -35,8 +35,4 @@
"devDependencies": { "devDependencies": {
"@types/node": "^12.0.2" "@types/node": "^12.0.2"
} }
,"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.0.tgz"
,"_integrity": "sha512-ZKdyhlSlyz38S6YFfPnyNgCDZuAF2T0Qv5eHflNWytPS8Qjvz39bZFMry9Bb/dpSnqWcNeav5yM2CTYpJeY+Dw=="
,"_from": "@actions/core@1.2.0"
} }

View file

@ -35,8 +35,4 @@
"@actions/io": "^1.0.1" "@actions/io": "^1.0.1"
}, },
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52" "gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52"
,"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.1.tgz"
,"_integrity": "sha512-nvFkxwiicvpzNiCBF4wFBDfnBvi7xp/as7LE1hBxBxKG2L29+gkIPBiLKMVORL+Hg3JNf07AKRfl0V5djoypjQ=="
,"_from": "@actions/exec@1.0.1"
} }

View file

@ -31,8 +31,4 @@
"engines": { "engines": {
"node": ">=0.6.11 <=0.7.0 || >=0.7.3" "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
} }
,"_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz"
,"_integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
,"_from": "tunnel@0.0.6"
} }

View file

@ -36,8 +36,4 @@
"dependencies": { "dependencies": {
"tunnel": "0.0.6" "tunnel": "0.0.6"
} }
,"_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.8.tgz"
,"_integrity": "sha512-G4JjJ6f9Hb3Zvejj+ewLLKLf99ZC+9v+yCxoYf9vSyH+WkzPLB2LuUtRMGNkooMqdugGBFStIKXOuvH1W+EctA=="
,"_from": "@actions/http-client@1.0.8"
} }

View file

@ -32,8 +32,4 @@
"url": "https://github.com/actions/toolkit/issues" "url": "https://github.com/actions/toolkit/issues"
}, },
"gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52" "gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52"
,"_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.1.tgz"
,"_integrity": "sha512-rhq+tfZukbtaus7xyUtwKfuiCRXd1hWSfmJNEpFgBQJ4woqPEpsBw04awicjwz9tyG2/MVhAEMfVn664Cri5zA=="
,"_from": "@actions/io@1.0.1"
} }

View file

@ -37,8 +37,4 @@
"devDependencies": { "devDependencies": {
"@types/node": "^12.0.2" "@types/node": "^12.0.2"
} }
,"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.4.tgz"
,"_integrity": "sha512-YJCEq8BE3CdN8+7HPZ/4DxJjk/OkZV2FFIf+DlZTC/4iBlzYCD5yjRR6eiOS5llO11zbRltIRuKAjMKaWTE6cg=="
,"_from": "@actions/core@1.2.4"
} }

View file

@ -25,8 +25,4 @@
"tap": { "tap": {
"check-coverage": true "check-coverage": true
} }
,"_resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz"
,"_integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
,"_from": "semver@6.3.0"
} }

View file

@ -49,8 +49,4 @@
"@types/uuid": "^3.4.4", "@types/uuid": "^3.4.4",
"nock": "^10.0.6" "nock": "^10.0.6"
} }
,"_resolved": "https://registry.npmjs.org/@actions/tool-cache/-/tool-cache-1.5.5.tgz"
,"_integrity": "sha512-y/YO37BOaXzOEHpvoGZDLCwvg6XZWQ7Ala4Np4xzrKD1r48mff+K/GAmzXMejnApU7kgqC6lL/aCKTZDCrhdmw=="
,"_from": "@actions/tool-cache@1.5.5"
} }

View file

@ -1,47 +1,43 @@
{ {
"name": "escape-string-regexp", "name": "escape-string-regexp",
"version": "2.0.0", "version": "2.0.0",
"description": "Escape RegExp special characters", "description": "Escape RegExp special characters",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/escape-string-regexp", "repository": "sindresorhus/escape-string-regexp",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"maintainers": [ "maintainers": [
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)", "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
"Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)" "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)"
], ],
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"escape", "escape",
"regex", "regex",
"regexp", "regexp",
"re", "re",
"regular", "regular",
"expression", "expression",
"string", "string",
"str", "str",
"special", "special",
"characters" "characters"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
,"_integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
,"_from": "escape-string-regexp@2.0.0"
} }

View file

@ -39,8 +39,4 @@
"import/order": "off" "import/order": "off"
} }
} }
,"_resolved": "https://registry.npmjs.org/@ava/typescript/-/typescript-1.1.1.tgz"
,"_integrity": "sha512-KbLUAe2cWXK63WLK6LnOJonjwEDU/8MNXCOA1ooX/YFZgKRmeAD1kZu+2K0ks5fnOCEcckNQAooyBNGdZUmMQA=="
,"_from": "@ava/typescript@1.1.1"
} }

View file

@ -18,8 +18,4 @@
"strip-ansi": "^4.0.0" "strip-ansi": "^4.0.0"
}, },
"gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43" "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43"
,"_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz"
,"_integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw=="
,"_from": "@babel/code-frame@7.5.5"
} }

View file

@ -19,8 +19,4 @@
"strip-ansi": "^4.0.0" "strip-ansi": "^4.0.0"
}, },
"gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4" "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4"
,"_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz"
,"_integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ=="
,"_from": "@babel/highlight@7.5.0"
} }

View file

@ -30,8 +30,4 @@
"ava": "*", "ava": "*",
"xo": "*" "xo": "*"
} }
,"_resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz"
,"_integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
,"_from": "arrify@1.0.1"
} }

View file

@ -72,8 +72,4 @@
] ]
}, },
"standard-engine": "@novemberborn/as-i-preach" "standard-engine": "@novemberborn/as-i-preach"
,"_resolved": "https://registry.npmjs.org/@concordance/react/-/react-2.0.0.tgz"
,"_integrity": "sha512-huLSkUuM2/P+U0uy2WwlKuixMsTODD8p4JVQBI4VKeopkiN0C7M3N9XYVawb4M+4spN5RrO/eLhk7KoQX6nsfA=="
,"_from": "@concordance/react@2.0.0"
} }

View file

@ -32,8 +32,4 @@
"run-parallel": "^1.1.9" "run-parallel": "^1.1.9"
}, },
"gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf" "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf"
,"_resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz"
,"_integrity": "sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw=="
,"_from": "@nodelib/fs.scandir@2.1.3"
} }

View file

@ -26,8 +26,4 @@
"watch": "npm run clean && npm run compile:watch" "watch": "npm run clean && npm run compile:watch"
}, },
"gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf" "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf"
,"_resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz"
,"_integrity": "sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA=="
,"_from": "@nodelib/fs.stat@2.0.3"
} }

View file

@ -32,8 +32,4 @@
"fastq": "^1.6.0" "fastq": "^1.6.0"
}, },
"gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf" "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf"
,"_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz"
,"_integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ=="
,"_from": "@nodelib/fs.walk@1.2.4"
} }

View file

@ -44,8 +44,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.0.tgz"
,"_integrity": "sha512-eoOVMjILna7FVQf96iWc3+ZtE/ZT6y8ob8ZzcqKY1ibSQCnu4O/B7pJvzMx5cyZ/RjAff6DAdEb0O0Cjcxidkg=="
,"_from": "@octokit/auth-token@2.4.0"
} }

View file

@ -54,8 +54,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/core/-/core-2.4.2.tgz"
,"_integrity": "sha512-fUx/Qt774cgiPhb3HRKfdl6iufVL/ltECkwkCg373I4lIPYvAPY4cbidVZqyVqHI+ThAIlFlTW8FT4QHChv3Sg=="
,"_from": "@octokit/core@2.4.2"
} }

View file

@ -48,8 +48,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.3.tgz"
,"_integrity": "sha512-EzKwkwcxeegYYah5ukEeAI/gYRLv2Y9U5PpIsseGSFDk+G3RbipQGBs8GuYS1TLCtQaqoO66+aQGtITPalxsNQ=="
,"_from": "@octokit/endpoint@5.5.3"
} }

View file

@ -30,8 +30,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.1.tgz"
,"_integrity": "sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg=="
,"_from": "universal-user-agent@4.0.1"
} }

View file

@ -51,8 +51,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"deno": "dist-web/index.js" "deno": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.3.1.tgz"
,"_integrity": "sha512-hCdTjfvrK+ilU2keAdqNBWOk+gm1kai1ZcdjRfB30oA3/T6n53UVJb7w0L5cR3/rhU91xT3HSqCd+qbvH06yxA=="
,"_from": "@octokit/graphql@4.3.1"
} }

View file

@ -43,8 +43,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.0.2.tgz"
,"_integrity": "sha512-HzODcSUt9mjErly26TlTOGZrhf9bmF/FEDQ2zln1izhgmIV6ulsjsHmgmR4VZ0wzVr/m52Eb6U2XuyS8fkcR1A=="
,"_from": "@octokit/plugin-paginate-rest@2.0.2"
} }

View file

@ -41,8 +41,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz"
,"_integrity": "sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw=="
,"_from": "@octokit/plugin-request-log@1.0.0"
} }

View file

@ -54,8 +54,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.3.1.tgz"
,"_integrity": "sha512-iLAXPLWBZaP6ocy1GFfZUCzyN4cwg3y2JE6yZjQo0zLE3UaewC3TI68/TnS4ilyhXDxh81Jr1qwPN1AqTp8t3w=="
,"_from": "@octokit/plugin-rest-endpoint-methods@3.3.1"
} }

View file

@ -51,8 +51,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz"
,"_integrity": "sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA=="
,"_from": "@octokit/request-error@1.2.1"
} }

View file

@ -61,8 +61,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.3.2.tgz"
,"_integrity": "sha512-7NPJpg19wVQy1cs2xqXjjRq/RmtSomja/VSWnptfYwuBxLdbYh2UjhGi0Wx7B1v5Iw5GKhfFDQL7jM7SSp7K2g=="
,"_from": "@octokit/request@5.3.2"
} }

View file

@ -65,8 +65,4 @@
"types": "dist-types/index.d.ts", "types": "dist-types/index.d.ts",
"main": "dist-node/index.js", "main": "dist-node/index.js",
"module": "dist-web/index.js" "module": "dist-web/index.js"
,"_resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-17.1.0.tgz"
,"_integrity": "sha512-L5YtpxHZSHZCh2xETbzxz8clBGmcpT+5e78JLZQ+VfuHrHJ1J/r+R2PGwKHwClUEECTeWFMMdAtIik+OCkANBg=="
,"_from": "@octokit/rest@17.1.0"
} }

View file

@ -62,8 +62,4 @@
"dependencies": { "dependencies": {
"@types/node": ">= 8" "@types/node": ">= 8"
} }
,"_resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.5.0.tgz"
,"_integrity": "sha512-KEnLwOfdXzxPNL34fj508bhi9Z9cStyN7qY1kOfVahmqtAfrWw6Oq3P4R+dtsg0lYtZdWBpUrS/Ixmd5YILSww=="
,"_from": "@octokit/types@2.5.0"
} }

View file

@ -1,67 +1,63 @@
{ {
"name": "@sindresorhus/is", "name": "@sindresorhus/is",
"version": "0.14.0", "version": "0.14.0",
"description": "Type check values: `is.string('🦄') //=> true`", "description": "Type check values: `is.string('🦄') //=> true`",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/is", "repository": "sindresorhus/is",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"main": "dist/index.js", "main": "dist/index.js",
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"lint": "tslint --format stylish --project .", "lint": "tslint --format stylish --project .",
"build": "del dist && tsc", "build": "del dist && tsc",
"test": "npm run lint && npm run build && ava dist/tests", "test": "npm run lint && npm run build && ava dist/tests",
"prepublish": "npm run build && del dist/tests" "prepublish": "npm run build && del dist/tests"
}, },
"files": [ "files": [
"dist" "dist"
], ],
"keywords": [ "keywords": [
"type", "type",
"types", "types",
"is", "is",
"check", "check",
"checking", "checking",
"validate", "validate",
"validation", "validation",
"utility", "utility",
"util", "util",
"typeof", "typeof",
"instanceof", "instanceof",
"object", "object",
"assert", "assert",
"assertion", "assertion",
"test", "test",
"kind", "kind",
"primitive", "primitive",
"verify", "verify",
"compare" "compare"
], ],
"devDependencies": { "devDependencies": {
"@sindresorhus/tsconfig": "^0.1.0", "@sindresorhus/tsconfig": "^0.1.0",
"@types/jsdom": "^11.12.0", "@types/jsdom": "^11.12.0",
"@types/node": "^10.12.10", "@types/node": "^10.12.10",
"@types/tempy": "^0.2.0", "@types/tempy": "^0.2.0",
"@types/zen-observable": "^0.8.0", "@types/zen-observable": "^0.8.0",
"ava": "^0.25.0", "ava": "^0.25.0",
"del-cli": "^1.1.0", "del-cli": "^1.1.0",
"jsdom": "^11.6.2", "jsdom": "^11.6.2",
"rxjs": "^6.3.3", "rxjs": "^6.3.3",
"tempy": "^0.2.1", "tempy": "^0.2.1",
"tslint": "^5.9.1", "tslint": "^5.9.1",
"tslint-xo": "^0.10.0", "tslint-xo": "^0.10.0",
"typescript": "^3.2.1", "typescript": "^3.2.1",
"zen-observable": "^0.8.8" "zen-observable": "^0.8.8"
}, },
"types": "dist/index.d.ts" "types": "dist/index.d.ts"
,"_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz"
,"_integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ=="
,"_from": "@sindresorhus/is@0.14.0"
} }

View file

@ -1,51 +1,47 @@
{ {
"name": "@szmarczak/http-timer", "name": "@szmarczak/http-timer",
"version": "1.1.2", "version": "1.1.2",
"description": "Timings for HTTP requests", "description": "Timings for HTTP requests",
"main": "source", "main": "source",
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && nyc ava", "test": "xo && nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls" "coveralls": "nyc report --reporter=text-lcov | coveralls"
}, },
"files": [ "files": [
"source" "source"
], ],
"keywords": [ "keywords": [
"http", "http",
"https", "https",
"timer", "timer",
"timings" "timings"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/szmarczak/http-timer.git" "url": "git+https://github.com/szmarczak/http-timer.git"
}, },
"author": "Szymon Marczak", "author": "Szymon Marczak",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/szmarczak/http-timer/issues" "url": "https://github.com/szmarczak/http-timer/issues"
}, },
"homepage": "https://github.com/szmarczak/http-timer#readme", "homepage": "https://github.com/szmarczak/http-timer#readme",
"xo": { "xo": {
"rules": { "rules": {
"unicorn/filename-case": "camelCase" "unicorn/filename-case": "camelCase"
} }
}, },
"devDependencies": { "devDependencies": {
"ava": "^0.25.0", "ava": "^0.25.0",
"coveralls": "^3.0.2", "coveralls": "^3.0.2",
"p-event": "^2.1.0", "p-event": "^2.1.0",
"nyc": "^12.0.2", "nyc": "^12.0.2",
"xo": "^0.22.0" "xo": "^0.22.0"
}, },
"dependencies": { "dependencies": {
"defer-to-connect": "^1.0.1" "defer-to-connect": "^1.0.1"
} }
,"_resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz"
,"_integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA=="
,"_from": "@szmarczak/http-timer@1.1.2"
} }

View file

@ -1,27 +1,23 @@
{ {
"name": "@types/color-name", "name": "@types/color-name",
"version": "1.1.1", "version": "1.1.1",
"description": "TypeScript definitions for color-name", "description": "TypeScript definitions for color-name",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Junyoung Clare Jang", "name": "Junyoung Clare Jang",
"url": "https://github.com/Ailrun", "url": "https://github.com/Ailrun",
"githubUsername": "Ailrun" "githubUsername": "Ailrun"
} }
], ],
"main": "", "main": "",
"types": "index", "types": "index",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
}, },
"scripts": {}, "scripts": {},
"dependencies": {}, "dependencies": {},
"typesPublisherContentHash": "e22c6881e2dcf766e32142cbb82d9acf9c08258bdf0da8e76c8a448d1be44ac7", "typesPublisherContentHash": "e22c6881e2dcf766e32142cbb82d9acf9c08258bdf0da8e76c8a448d1be44ac7",
"typeScriptVersion": "2.0" "typeScriptVersion": "2.0"
,"_resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz"
,"_integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ=="
,"_from": "@types/color-name@1.1.1"
} }

View file

@ -1,32 +1,28 @@
{ {
"name": "@types/events", "name": "@types/events",
"version": "3.0.0", "version": "3.0.0",
"description": "TypeScript definitions for events", "description": "TypeScript definitions for events",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Yasunori Ohoka", "name": "Yasunori Ohoka",
"url": "https://github.com/yasupeke", "url": "https://github.com/yasupeke",
"githubUsername": "yasupeke" "githubUsername": "yasupeke"
},
{
"name": "Shenwei Wang",
"url": "https://github.com/weareoutman",
"githubUsername": "weareoutman"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
}, },
"scripts": {}, {
"dependencies": {}, "name": "Shenwei Wang",
"typesPublisherContentHash": "ae078136220837864b64cc7c1c5267ca1ceb809166fb74569e637bc7de9f2e12", "url": "https://github.com/weareoutman",
"typeScriptVersion": "2.0" "githubUsername": "weareoutman"
}
,"_resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz" ],
,"_integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==" "main": "",
,"_from": "@types/events@3.0.0" "types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "ae078136220837864b64cc7c1c5267ca1ceb809166fb74569e637bc7de9f2e12",
"typeScriptVersion": "2.0"
} }

View file

@ -1,40 +1,36 @@
{ {
"name": "@types/glob", "name": "@types/glob",
"version": "7.1.1", "version": "7.1.1",
"description": "TypeScript definitions for Glob", "description": "TypeScript definitions for Glob",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "vvakame", "name": "vvakame",
"url": "https://github.com/vvakame", "url": "https://github.com/vvakame",
"githubUsername": "vvakame" "githubUsername": "vvakame"
},
{
"name": "voy",
"url": "https://github.com/voy",
"githubUsername": "voy"
},
{
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
"githubUsername": "ajafff"
}
],
"main": "",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
}, },
"scripts": {}, {
"dependencies": { "name": "voy",
"@types/events": "*", "url": "https://github.com/voy",
"@types/minimatch": "*", "githubUsername": "voy"
"@types/node": "*"
}, },
"typesPublisherContentHash": "43019f2af91c7a4ca3453c4b806a01c521ca3008ffe1bfefd37c5f9d6135660e", {
"typeScriptVersion": "2.0" "name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
,"_resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz" "githubUsername": "ajafff"
,"_integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==" }
,"_from": "@types/glob@7.1.1" ],
"main": "",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {
"@types/events": "*",
"@types/minimatch": "*",
"@types/node": "*"
},
"typesPublisherContentHash": "43019f2af91c7a4ca3453c4b806a01c521ca3008ffe1bfefd37c5f9d6135660e",
"typeScriptVersion": "2.0"
} }

View file

@ -1,35 +1,31 @@
{ {
"name": "@types/jszip", "name": "@types/jszip",
"version": "3.1.6", "version": "3.1.6",
"description": "TypeScript definitions for JSZip", "description": "TypeScript definitions for JSZip",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "mzeiher", "name": "mzeiher",
"url": "https://github.com/mzeiher", "url": "https://github.com/mzeiher",
"githubUsername": "mzeiher" "githubUsername": "mzeiher"
},
{
"name": "forabi",
"url": "https://github.com/forabi",
"githubUsername": "forabi"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/jszip"
}, },
"scripts": {}, {
"dependencies": { "name": "forabi",
"@types/node": "*" "url": "https://github.com/forabi",
}, "githubUsername": "forabi"
"typesPublisherContentHash": "b39880f7d79a626d32182cc6886711e3db5e4728ace6005cbfd57457fee69d85", }
"typeScriptVersion": "2.3" ],
"main": "",
,"_resolved": "https://registry.npmjs.org/@types/jszip/-/jszip-3.1.6.tgz" "types": "index",
,"_integrity": "sha512-m8uFcI+O2EupCfbEVQWsBM/4nhbegjOHL7cQgBpM95FeF98kdFJXzy9/8yhx4b3lCRl/gMBhcvyh30Qt3X+XPQ==" "repository": {
,"_from": "@types/jszip@3.1.6" "type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/jszip"
},
"scripts": {},
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "b39880f7d79a626d32182cc6886711e3db5e4728ace6005cbfd57457fee69d85",
"typeScriptVersion": "2.3"
} }

View file

@ -1,26 +1,22 @@
{ {
"name": "@types/long", "name": "@types/long",
"version": "4.0.0", "version": "4.0.0",
"description": "TypeScript definitions for long.js", "description": "TypeScript definitions for long.js",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Peter Kooijmans", "name": "Peter Kooijmans",
"url": "https://github.com/peterkooijmans", "url": "https://github.com/peterkooijmans",
"githubUsername": "peterkooijmans" "githubUsername": "peterkooijmans"
} }
], ],
"main": "", "main": "",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
}, },
"scripts": {}, "scripts": {},
"dependencies": {}, "dependencies": {},
"typesPublisherContentHash": "cc3246302180c8c161d2e2c0c3f0a419226efa475d2cd5afbe51986d60cd8287", "typesPublisherContentHash": "cc3246302180c8c161d2e2c0c3f0a419226efa475d2cd5afbe51986d60cd8287",
"typeScriptVersion": "2.0" "typeScriptVersion": "2.0"
,"_resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.0.tgz"
,"_integrity": "sha512-1w52Nyx4Gq47uuu0EVcsHBxZFJgurQ+rTKS3qMHxR1GY2T8c2AJYd6vZoZ9q1rupaDjU0yT+Jc2XTyXkjeMA+Q=="
,"_from": "@types/long@4.0.0"
} }

View file

@ -1,31 +1,27 @@
{ {
"name": "@types/minimatch", "name": "@types/minimatch",
"version": "3.0.3", "version": "3.0.3",
"description": "TypeScript definitions for Minimatch", "description": "TypeScript definitions for Minimatch",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "vvakame", "name": "vvakame",
"url": "https://github.com/vvakame", "url": "https://github.com/vvakame",
"githubUsername": "vvakame" "githubUsername": "vvakame"
},
{
"name": "Shant Marouti",
"url": "https://github.com/shantmarouti",
"githubUsername": "shantmarouti"
}
],
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
}, },
"scripts": {}, {
"dependencies": {}, "name": "Shant Marouti",
"typesPublisherContentHash": "e768e36348874adcc93ac67e9c3c7b5fcbd39079c0610ec16e410b8f851308d1", "url": "https://github.com/shantmarouti",
"typeScriptVersion": "2.0" "githubUsername": "shantmarouti"
}
,"_resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz" ],
,"_integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" "main": "",
,"_from": "@types/minimatch@3.0.3" "repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "e768e36348874adcc93ac67e9c3c7b5fcbd39079c0610ec16e410b8f851308d1",
"typeScriptVersion": "2.0"
} }

View file

@ -1,18 +1,14 @@
{ {
"name": "@types/nock", "name": "@types/nock",
"version": "11.1.0", "version": "11.1.0",
"typings": null, "typings": null,
"description": "Stub TypeScript definitions entry for nock, which provides its own types definitions", "description": "Stub TypeScript definitions entry for nock, which provides its own types definitions",
"main": "", "main": "",
"scripts": {}, "scripts": {},
"author": "", "author": "",
"repository": "https://github.com/nock/nock", "repository": "https://github.com/nock/nock",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"nock": "*" "nock": "*"
} }
,"_resolved": "https://registry.npmjs.org/@types/nock/-/nock-11.1.0.tgz"
,"_integrity": "sha512-jI/ewavBQ7X5178262JQR0ewicPAcJhXS/iFaNJl0VHLfyosZ/kwSrsa6VNQNSO8i9d8SqdRgOtZSOKJ/+iNMw=="
,"_from": "@types/nock@11.1.0"
} }

458
node_modules/@types/node/package.json generated vendored
View file

@ -1,235 +1,231 @@
{ {
"name": "@types/node", "name": "@types/node",
"version": "12.12.14", "version": "12.12.14",
"description": "TypeScript definitions for Node.js", "description": "TypeScript definitions for Node.js",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Microsoft TypeScript", "name": "Microsoft TypeScript",
"url": "https://github.com/Microsoft", "url": "https://github.com/Microsoft",
"githubUsername": "Microsoft" "githubUsername": "Microsoft"
},
{
"name": "DefinitelyTyped",
"url": "https://github.com/DefinitelyTyped",
"githubUsername": "DefinitelyTyped"
},
{
"name": "Alberto Schiabel",
"url": "https://github.com/jkomyno",
"githubUsername": "jkomyno"
},
{
"name": "Alexander T.",
"url": "https://github.com/a-tarasyuk",
"githubUsername": "a-tarasyuk"
},
{
"name": "Alvis HT Tang",
"url": "https://github.com/alvis",
"githubUsername": "alvis"
},
{
"name": "Andrew Makarov",
"url": "https://github.com/r3nya",
"githubUsername": "r3nya"
},
{
"name": "Benjamin Toueg",
"url": "https://github.com/btoueg",
"githubUsername": "btoueg"
},
{
"name": "Bruno Scheufler",
"url": "https://github.com/brunoscheufler",
"githubUsername": "brunoscheufler"
},
{
"name": "Chigozirim C.",
"url": "https://github.com/smac89",
"githubUsername": "smac89"
},
{
"name": "Christian Vaagland Tellnes",
"url": "https://github.com/tellnes",
"githubUsername": "tellnes"
},
{
"name": "David Junger",
"url": "https://github.com/touffy",
"githubUsername": "touffy"
},
{
"name": "Deividas Bakanas",
"url": "https://github.com/DeividasBakanas",
"githubUsername": "DeividasBakanas"
},
{
"name": "Eugene Y. Q. Shen",
"url": "https://github.com/eyqs",
"githubUsername": "eyqs"
},
{
"name": "Flarna",
"url": "https://github.com/Flarna",
"githubUsername": "Flarna"
},
{
"name": "Hannes Magnusson",
"url": "https://github.com/Hannes-Magnusson-CK",
"githubUsername": "Hannes-Magnusson-CK"
},
{
"name": "Hoàng Văn Khải",
"url": "https://github.com/KSXGitHub",
"githubUsername": "KSXGitHub"
},
{
"name": "Huw",
"url": "https://github.com/hoo29",
"githubUsername": "hoo29"
},
{
"name": "Kelvin Jin",
"url": "https://github.com/kjin",
"githubUsername": "kjin"
},
{
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
"githubUsername": "ajafff"
},
{
"name": "Lishude",
"url": "https://github.com/islishude",
"githubUsername": "islishude"
},
{
"name": "Mariusz Wiktorczyk",
"url": "https://github.com/mwiktorczyk",
"githubUsername": "mwiktorczyk"
},
{
"name": "Mohsen Azimi",
"url": "https://github.com/mohsen1",
"githubUsername": "mohsen1"
},
{
"name": "Nicolas Even",
"url": "https://github.com/n-e",
"githubUsername": "n-e"
},
{
"name": "Nicolas Voigt",
"url": "https://github.com/octo-sniffle",
"githubUsername": "octo-sniffle"
},
{
"name": "Nikita Galkin",
"url": "https://github.com/galkin",
"githubUsername": "galkin"
},
{
"name": "Parambir Singh",
"url": "https://github.com/parambirs",
"githubUsername": "parambirs"
},
{
"name": "Sebastian Silbermann",
"url": "https://github.com/eps1lon",
"githubUsername": "eps1lon"
},
{
"name": "Simon Schick",
"url": "https://github.com/SimonSchick",
"githubUsername": "SimonSchick"
},
{
"name": "Thomas den Hollander",
"url": "https://github.com/ThomasdenH",
"githubUsername": "ThomasdenH"
},
{
"name": "Wilco Bakker",
"url": "https://github.com/WilcoBakker",
"githubUsername": "WilcoBakker"
},
{
"name": "wwwy3y3",
"url": "https://github.com/wwwy3y3",
"githubUsername": "wwwy3y3"
},
{
"name": "Zane Hannan AU",
"url": "https://github.com/ZaneHannanAU",
"githubUsername": "ZaneHannanAU"
},
{
"name": "Samuel Ainsworth",
"url": "https://github.com/samuela",
"githubUsername": "samuela"
},
{
"name": "Kyle Uehlein",
"url": "https://github.com/kuehlein",
"githubUsername": "kuehlein"
},
{
"name": "Jordi Oliveras Rovira",
"url": "https://github.com/j-oliveras",
"githubUsername": "j-oliveras"
},
{
"name": "Thanik Bhongbhibhat",
"url": "https://github.com/bhongy",
"githubUsername": "bhongy"
},
{
"name": "Marcin Kopacz",
"url": "https://github.com/chyzwar",
"githubUsername": "chyzwar"
},
{
"name": "Trivikram Kamat",
"url": "https://github.com/trivikr",
"githubUsername": "trivikr"
},
{
"name": "Minh Son Nguyen",
"url": "https://github.com/nguymin4",
"githubUsername": "nguymin4"
},
{
"name": "Junxiao Shi",
"url": "https://github.com/yoursunny",
"githubUsername": "yoursunny"
},
{
"name": "Ilia Baryshnikov",
"url": "https://github.com/qwelias",
"githubUsername": "qwelias"
}
],
"main": "",
"types": "index.d.ts",
"typesVersions": {
">=3.2.0-0": {
"*": [
"ts3.2/*"
]
}
}, },
"repository": { {
"type": "git", "name": "DefinitelyTyped",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "url": "https://github.com/DefinitelyTyped",
"directory": "types/node" "githubUsername": "DefinitelyTyped"
}, },
"scripts": {}, {
"dependencies": {}, "name": "Alberto Schiabel",
"typesPublisherContentHash": "305a8ff81632f0e70287898475e87d6aedbd683a5e37cb775f9ea845625cfa06", "url": "https://github.com/jkomyno",
"typeScriptVersion": "2.8" "githubUsername": "jkomyno"
},
,"_resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.14.tgz" {
,"_integrity": "sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA==" "name": "Alexander T.",
,"_from": "@types/node@12.12.14" "url": "https://github.com/a-tarasyuk",
"githubUsername": "a-tarasyuk"
},
{
"name": "Alvis HT Tang",
"url": "https://github.com/alvis",
"githubUsername": "alvis"
},
{
"name": "Andrew Makarov",
"url": "https://github.com/r3nya",
"githubUsername": "r3nya"
},
{
"name": "Benjamin Toueg",
"url": "https://github.com/btoueg",
"githubUsername": "btoueg"
},
{
"name": "Bruno Scheufler",
"url": "https://github.com/brunoscheufler",
"githubUsername": "brunoscheufler"
},
{
"name": "Chigozirim C.",
"url": "https://github.com/smac89",
"githubUsername": "smac89"
},
{
"name": "Christian Vaagland Tellnes",
"url": "https://github.com/tellnes",
"githubUsername": "tellnes"
},
{
"name": "David Junger",
"url": "https://github.com/touffy",
"githubUsername": "touffy"
},
{
"name": "Deividas Bakanas",
"url": "https://github.com/DeividasBakanas",
"githubUsername": "DeividasBakanas"
},
{
"name": "Eugene Y. Q. Shen",
"url": "https://github.com/eyqs",
"githubUsername": "eyqs"
},
{
"name": "Flarna",
"url": "https://github.com/Flarna",
"githubUsername": "Flarna"
},
{
"name": "Hannes Magnusson",
"url": "https://github.com/Hannes-Magnusson-CK",
"githubUsername": "Hannes-Magnusson-CK"
},
{
"name": "Hoàng Văn Khải",
"url": "https://github.com/KSXGitHub",
"githubUsername": "KSXGitHub"
},
{
"name": "Huw",
"url": "https://github.com/hoo29",
"githubUsername": "hoo29"
},
{
"name": "Kelvin Jin",
"url": "https://github.com/kjin",
"githubUsername": "kjin"
},
{
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
"githubUsername": "ajafff"
},
{
"name": "Lishude",
"url": "https://github.com/islishude",
"githubUsername": "islishude"
},
{
"name": "Mariusz Wiktorczyk",
"url": "https://github.com/mwiktorczyk",
"githubUsername": "mwiktorczyk"
},
{
"name": "Mohsen Azimi",
"url": "https://github.com/mohsen1",
"githubUsername": "mohsen1"
},
{
"name": "Nicolas Even",
"url": "https://github.com/n-e",
"githubUsername": "n-e"
},
{
"name": "Nicolas Voigt",
"url": "https://github.com/octo-sniffle",
"githubUsername": "octo-sniffle"
},
{
"name": "Nikita Galkin",
"url": "https://github.com/galkin",
"githubUsername": "galkin"
},
{
"name": "Parambir Singh",
"url": "https://github.com/parambirs",
"githubUsername": "parambirs"
},
{
"name": "Sebastian Silbermann",
"url": "https://github.com/eps1lon",
"githubUsername": "eps1lon"
},
{
"name": "Simon Schick",
"url": "https://github.com/SimonSchick",
"githubUsername": "SimonSchick"
},
{
"name": "Thomas den Hollander",
"url": "https://github.com/ThomasdenH",
"githubUsername": "ThomasdenH"
},
{
"name": "Wilco Bakker",
"url": "https://github.com/WilcoBakker",
"githubUsername": "WilcoBakker"
},
{
"name": "wwwy3y3",
"url": "https://github.com/wwwy3y3",
"githubUsername": "wwwy3y3"
},
{
"name": "Zane Hannan AU",
"url": "https://github.com/ZaneHannanAU",
"githubUsername": "ZaneHannanAU"
},
{
"name": "Samuel Ainsworth",
"url": "https://github.com/samuela",
"githubUsername": "samuela"
},
{
"name": "Kyle Uehlein",
"url": "https://github.com/kuehlein",
"githubUsername": "kuehlein"
},
{
"name": "Jordi Oliveras Rovira",
"url": "https://github.com/j-oliveras",
"githubUsername": "j-oliveras"
},
{
"name": "Thanik Bhongbhibhat",
"url": "https://github.com/bhongy",
"githubUsername": "bhongy"
},
{
"name": "Marcin Kopacz",
"url": "https://github.com/chyzwar",
"githubUsername": "chyzwar"
},
{
"name": "Trivikram Kamat",
"url": "https://github.com/trivikr",
"githubUsername": "trivikr"
},
{
"name": "Minh Son Nguyen",
"url": "https://github.com/nguymin4",
"githubUsername": "nguymin4"
},
{
"name": "Junxiao Shi",
"url": "https://github.com/yoursunny",
"githubUsername": "yoursunny"
},
{
"name": "Ilia Baryshnikov",
"url": "https://github.com/qwelias",
"githubUsername": "qwelias"
}
],
"main": "",
"types": "index.d.ts",
"typesVersions": {
">=3.2.0-0": {
"*": [
"ts3.2/*"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/node"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "305a8ff81632f0e70287898475e87d6aedbd683a5e37cb775f9ea845625cfa06",
"typeScriptVersion": "2.8"
} }

View file

@ -1,26 +1,22 @@
{ {
"name": "@types/normalize-package-data", "name": "@types/normalize-package-data",
"version": "2.4.0", "version": "2.4.0",
"description": "TypeScript definitions for normalize-package-data", "description": "TypeScript definitions for normalize-package-data",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Jeff Dickey", "name": "Jeff Dickey",
"url": "https://github.com/jdxcode", "url": "https://github.com/jdxcode",
"githubUsername": "jdxcode" "githubUsername": "jdxcode"
} }
], ],
"main": "", "main": "",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
}, },
"scripts": {}, "scripts": {},
"dependencies": {}, "dependencies": {},
"typesPublisherContentHash": "5d2101e9e55c73e1d649a6c311e0d40bdfaa25bb06bb75ea6f3bb0d149c1303b", "typesPublisherContentHash": "5d2101e9e55c73e1d649a6c311e0d40bdfaa25bb06bb75ea6f3bb0d149c1303b",
"typeScriptVersion": "2.0" "typeScriptVersion": "2.0"
,"_resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz"
,"_integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA=="
,"_from": "@types/normalize-package-data@2.4.0"
} }

View file

@ -1,55 +1,51 @@
{ {
"name": "@types/semver", "name": "@types/semver",
"version": "7.2.0", "version": "7.2.0",
"description": "TypeScript definitions for semver", "description": "TypeScript definitions for semver",
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [
{ {
"name": "Bart van der Schoor", "name": "Bart van der Schoor",
"url": "https://github.com/Bartvds", "url": "https://github.com/Bartvds",
"githubUsername": "Bartvds" "githubUsername": "Bartvds"
},
{
"name": "BendingBender",
"url": "https://github.com/BendingBender",
"githubUsername": "BendingBender"
},
{
"name": "Lucian Buzzo",
"url": "https://github.com/LucianBuzzo",
"githubUsername": "LucianBuzzo"
},
{
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
"githubUsername": "ajafff"
},
{
"name": "ExE Boss",
"url": "https://github.com/ExE-Boss",
"githubUsername": "ExE-Boss"
},
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/semver"
}, },
"scripts": {}, {
"dependencies": { "name": "BendingBender",
"@types/node": "*" "url": "https://github.com/BendingBender",
"githubUsername": "BendingBender"
}, },
"typesPublisherContentHash": "a85c812786f6121af7012f9234a35445623e4933797ddf4b52584d65deaec9ef", {
"typeScriptVersion": "2.9" "name": "Lucian Buzzo",
"url": "https://github.com/LucianBuzzo",
,"_resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.2.0.tgz" "githubUsername": "LucianBuzzo"
,"_integrity": "sha512-TbB0A8ACUWZt3Y6bQPstW9QNbhNeebdgLX4T/ZfkrswAfUzRiXrgd9seol+X379Wa589Pu4UEx9Uok0D4RjRCQ==" },
,"_from": "@types/semver@7.2.0" {
"name": "Klaus Meinhardt",
"url": "https://github.com/ajafff",
"githubUsername": "ajafff"
},
{
"name": "ExE Boss",
"url": "https://github.com/ExE-Boss",
"githubUsername": "ExE-Boss"
},
{
"name": "Piotr Błażejewicz",
"url": "https://github.com/peterblazejewicz",
"githubUsername": "peterblazejewicz"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/semver"
},
"scripts": {},
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "a85c812786f6121af7012f9234a35445623e4933797ddf4b52584d65deaec9ef",
"typeScriptVersion": "2.9"
} }

12
node_modules/acorn/package.json generated vendored
View file

@ -6,7 +6,9 @@
"types": "dist/acorn.d.ts", "types": "dist/acorn.d.ts",
"module": "dist/acorn.mjs", "module": "dist/acorn.mjs",
"version": "7.1.1", "version": "7.1.1",
"engines": {"node": ">=0.4.0"}, "engines": {
"node": ">=0.4.0"
},
"maintainers": [ "maintainers": [
{ {
"name": "Marijn Haverbeke", "name": "Marijn Haverbeke",
@ -31,9 +33,7 @@
"scripts": { "scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin" "prepare": "cd ..; npm run build:main && npm run build:bin"
}, },
"bin": {"acorn": "./bin/acorn"} "bin": {
"acorn": "./bin/acorn"
,"_resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz" }
,"_integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg=="
,"_from": "acorn@7.1.1"
} }

View file

@ -1,45 +1,41 @@
{ {
"name": "aggregate-error", "name": "aggregate-error",
"version": "3.0.1", "version": "3.0.1",
"description": "Create an error from multiple errors", "description": "Create an error from multiple errors",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/aggregate-error", "repository": "sindresorhus/aggregate-error",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"aggregate", "aggregate",
"error", "error",
"combine", "combine",
"multiple", "multiple",
"many", "many",
"collection", "collection",
"iterable", "iterable",
"iterator" "iterator"
], ],
"dependencies": { "dependencies": {
"clean-stack": "^2.0.0", "clean-stack": "^2.0.0",
"indent-string": "^4.0.0" "indent-string": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^2.4.0", "ava": "^2.4.0",
"tsd": "^0.7.1", "tsd": "^0.7.1",
"xo": "^0.25.3" "xo": "^0.25.3"
} }
,"_resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.0.1.tgz"
,"_integrity": "sha512-quoaXsZ9/BLNae5yiNoUz+Nhkwz83GhWwtYFglcjEQB2NDHCIpApbqXxIFnm4Pq/Nvhrsq5sYJFyohrrxnTGAA=="
,"_from": "aggregate-error@3.0.1"
} }

View file

@ -48,8 +48,4 @@
"unicode-11.0.0": "^0.7.7", "unicode-11.0.0": "^0.7.7",
"unicode-tr51": "^9.0.1" "unicode-tr51": "^9.0.1"
} }
,"_resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz"
,"_integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA=="
,"_from": "emoji-regex@7.0.3"
} }

View file

@ -42,8 +42,4 @@
"xo": { "xo": {
"esnext": true "esnext": true
} }
,"_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz"
,"_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8="
,"_from": "is-fullwidth-code-point@2.0.0"
} }

View file

@ -1,60 +1,56 @@
{ {
"name": "string-width", "name": "string-width",
"version": "3.1.0", "version": "3.1.0",
"description": "Get the visual width of a string - the number of columns required to display it", "description": "Get the visual width of a string - the number of columns required to display it",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/string-width", "repository": "sindresorhus/string-width",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava" "test": "xo && ava"
}, },
"files": [ "files": [
"index.js" "index.js"
], ],
"keywords": [ "keywords": [
"string", "string",
"str", "str",
"character", "character",
"char", "char",
"unicode", "unicode",
"width", "width",
"visual", "visual",
"column", "column",
"columns", "columns",
"fullwidth", "fullwidth",
"full-width", "full-width",
"full", "full",
"ansi", "ansi",
"escape", "escape",
"codes", "codes",
"cli", "cli",
"command-line", "command-line",
"terminal", "terminal",
"console", "console",
"cjk", "cjk",
"chinese", "chinese",
"japanese", "japanese",
"korean", "korean",
"fixed-width" "fixed-width"
], ],
"dependencies": { "dependencies": {
"emoji-regex": "^7.0.1", "emoji-regex": "^7.0.1",
"is-fullwidth-code-point": "^2.0.0", "is-fullwidth-code-point": "^2.0.0",
"strip-ansi": "^5.1.0" "strip-ansi": "^5.1.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^1.0.1", "ava": "^1.0.1",
"xo": "^0.23.0" "xo": "^0.23.0"
} }
,"_resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz"
,"_integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w=="
,"_from": "string-width@3.1.0"
} }

View file

@ -1,58 +1,54 @@
{ {
"name": "strip-ansi", "name": "strip-ansi",
"version": "5.2.0", "version": "5.2.0",
"description": "Strip ANSI escape codes from a string", "description": "Strip ANSI escape codes from a string",
"license": "MIT", "license": "MIT",
"repository": "chalk/strip-ansi", "repository": "chalk/strip-ansi",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd-check" "test": "xo && ava && tsd-check"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"strip", "strip",
"trim", "trim",
"remove", "remove",
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-regex": "^4.1.0" "ansi-regex": "^4.1.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^1.3.1", "ava": "^1.3.1",
"tsd-check": "^0.5.0", "tsd-check": "^0.5.0",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz"
,"_integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA=="
,"_from": "strip-ansi@5.2.0"
} }

View file

@ -40,8 +40,4 @@
"standard": "^12.0.1", "standard": "^12.0.1",
"standard-version": "^4.4.0" "standard-version": "^4.4.0"
} }
,"_resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz"
,"_integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw=="
,"_from": "ansi-align@3.0.0"
} }

106
node_modules/ansi-regex/package.json generated vendored
View file

@ -1,57 +1,53 @@
{ {
"name": "ansi-regex", "name": "ansi-regex",
"version": "4.1.0", "version": "4.1.0",
"description": "Regular expression for matching ANSI escape codes", "description": "Regular expression for matching ANSI escape codes",
"license": "MIT", "license": "MIT",
"repository": "chalk/ansi-regex", "repository": "chalk/ansi-regex",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava", "test": "xo && ava",
"view-supported": "node fixtures/view-codes.js" "view-supported": "node fixtures/view-codes.js"
}, },
"files": [ "files": [
"index.js" "index.js"
], ],
"keywords": [ "keywords": [
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"command-line", "command-line",
"text", "text",
"regex", "regex",
"regexp", "regexp",
"re", "re",
"match", "match",
"test", "test",
"find", "find",
"pattern" "pattern"
], ],
"devDependencies": { "devDependencies": {
"ava": "^0.25.0", "ava": "^0.25.0",
"xo": "^0.23.0" "xo": "^0.23.0"
} }
,"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz"
,"_integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
,"_from": "ansi-regex@4.1.0"
} }

112
node_modules/ansi-styles/package.json generated vendored
View file

@ -1,60 +1,56 @@
{ {
"name": "ansi-styles", "name": "ansi-styles",
"version": "3.2.1", "version": "3.2.1",
"description": "ANSI escape codes for styling strings in the terminal", "description": "ANSI escape codes for styling strings in the terminal",
"license": "MIT", "license": "MIT",
"repository": "chalk/ansi-styles", "repository": "chalk/ansi-styles",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=4" "node": ">=4"
}, },
"scripts": { "scripts": {
"test": "xo && ava", "test": "xo && ava",
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
}, },
"files": [ "files": [
"index.js" "index.js"
], ],
"keywords": [ "keywords": [
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"color-convert": "^1.9.0" "color-convert": "^1.9.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "*", "ava": "*",
"babel-polyfill": "^6.23.0", "babel-polyfill": "^6.23.0",
"svg-term-cli": "^2.1.1", "svg-term-cli": "^2.1.1",
"xo": "*" "xo": "*"
}, },
"ava": { "ava": {
"require": "babel-polyfill" "require": "babel-polyfill"
} }
,"_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz"
,"_integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA=="
,"_from": "ansi-styles@3.2.1"
} }

4
node_modules/argparse/package.json generated vendored
View file

@ -31,8 +31,4 @@
"mocha": "^3.1.0", "mocha": "^3.1.0",
"ndoc": "^5.0.1" "ndoc": "^5.0.1"
} }
,"_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz"
,"_integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg=="
,"_from": "argparse@1.0.10"
} }

View file

@ -32,8 +32,4 @@
"ava": "*", "ava": "*",
"xo": "*" "xo": "*"
} }
,"_resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz"
,"_integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E="
,"_from": "array-find-index@1.0.2"
} }

View file

@ -1,42 +1,38 @@
{ {
"name": "array-union", "name": "array-union",
"version": "2.1.0", "version": "2.1.0",
"description": "Create an array of unique values, in order, from the input arrays", "description": "Create an array of unique values, in order, from the input arrays",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/array-union", "repository": "sindresorhus/array-union",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"array", "array",
"set", "set",
"uniq", "uniq",
"unique", "unique",
"duplicate", "duplicate",
"remove", "remove",
"union", "union",
"combine", "combine",
"merge" "merge"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz"
,"_integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
,"_from": "array-union@2.1.0"
} }

4
node_modules/arrgv/package.json generated vendored
View file

@ -30,8 +30,4 @@
"argv" "argv"
], ],
"license": "MIT" "license": "MIT"
,"_resolved": "https://registry.npmjs.org/arrgv/-/arrgv-1.0.2.tgz"
,"_integrity": "sha512-a4eg4yhp7mmruZDQFqVMlxNRFGi/i1r87pt8SDHy0/I8PqSXoUTlWZRdAZo0VXgvEARcujbtTk8kiZRi1uDGRw=="
,"_from": "arrgv@1.0.2"
} }

70
node_modules/arrify/package.json generated vendored
View file

@ -1,39 +1,35 @@
{ {
"name": "arrify", "name": "arrify",
"version": "2.0.1", "version": "2.0.1",
"description": "Convert a value to an array", "description": "Convert a value to an array",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/arrify", "repository": "sindresorhus/arrify",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"array", "array",
"arrify", "arrify",
"arrayify", "arrayify",
"convert", "convert",
"value", "value",
"ensure" "ensure"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz"
,"_integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug=="
,"_from": "arrify@2.0.1"
} }

View file

@ -6,7 +6,9 @@
"types": "dist/walk.d.ts", "types": "dist/walk.d.ts",
"module": "dist/walk.mjs", "module": "dist/walk.mjs",
"version": "7.1.1", "version": "7.1.1",
"engines": {"node": ">=0.4.0"}, "engines": {
"node": ">=0.4.0"
},
"maintainers": [ "maintainers": [
{ {
"name": "Marijn Haverbeke", "name": "Marijn Haverbeke",
@ -31,8 +33,4 @@
"prepare": "cd ..; npm run build:walk" "prepare": "cd ..; npm run build:walk"
}, },
"license": "MIT" "license": "MIT"
,"_resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.1.1.tgz"
,"_integrity": "sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ=="
,"_from": "acorn-walk@7.1.1"
} }

View file

@ -1,61 +1,57 @@
{ {
"name": "ansi-styles", "name": "ansi-styles",
"version": "4.2.1", "version": "4.2.1",
"description": "ANSI escape codes for styling strings in the terminal", "description": "ANSI escape codes for styling strings in the terminal",
"license": "MIT", "license": "MIT",
"repository": "chalk/ansi-styles", "repository": "chalk/ansi-styles",
"funding": "https://github.com/chalk/ansi-styles?sponsor=1", "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd", "test": "xo && ava && tsd",
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"@types/color-name": "^1.1.1", "@types/color-name": "^1.1.1",
"color-convert": "^2.0.1" "color-convert": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/color-convert": "^1.9.0", "@types/color-convert": "^1.9.0",
"ava": "^2.3.0", "ava": "^2.3.0",
"svg-term-cli": "^2.1.1", "svg-term-cli": "^2.1.1",
"tsd": "^0.11.0", "tsd": "^0.11.0",
"xo": "^0.25.3" "xo": "^0.25.3"
} }
,"_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz"
,"_integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA=="
,"_from": "ansi-styles@4.2.1"
} }

View file

@ -1,72 +1,68 @@
{ {
"name": "chalk", "name": "chalk",
"version": "4.0.0", "version": "4.0.0",
"description": "Terminal string styling done right", "description": "Terminal string styling done right",
"license": "MIT", "license": "MIT",
"repository": "chalk/chalk", "repository": "chalk/chalk",
"funding": "https://github.com/chalk/chalk?sponsor=1", "funding": "https://github.com/chalk/chalk?sponsor=1",
"main": "source", "main": "source",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
}, },
"scripts": { "scripts": {
"test": "xo && nyc ava && tsd", "test": "xo && nyc ava && tsd",
"bench": "matcha benchmark.js" "bench": "matcha benchmark.js"
}, },
"files": [ "files": [
"source", "source",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"str", "str",
"ansi", "ansi",
"style", "style",
"styles", "styles",
"tty", "tty",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-styles": "^4.1.0", "ansi-styles": "^4.1.0",
"supports-color": "^7.1.0" "supports-color": "^7.1.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^2.4.0", "ava": "^2.4.0",
"coveralls": "^3.0.7", "coveralls": "^3.0.7",
"execa": "^4.0.0", "execa": "^4.0.0",
"import-fresh": "^3.1.0", "import-fresh": "^3.1.0",
"matcha": "^0.7.0", "matcha": "^0.7.0",
"nyc": "^15.0.0", "nyc": "^15.0.0",
"resolve-from": "^5.0.0", "resolve-from": "^5.0.0",
"tsd": "^0.7.4", "tsd": "^0.7.4",
"xo": "^0.28.2" "xo": "^0.28.2"
}, },
"xo": { "xo": {
"rules": { "rules": {
"unicorn/prefer-string-slice": "off", "unicorn/prefer-string-slice": "off",
"unicorn/prefer-includes": "off", "unicorn/prefer-includes": "off",
"@typescript-eslint/member-ordering": "off", "@typescript-eslint/member-ordering": "off",
"no-redeclare": "off", "no-redeclare": "off",
"unicorn/string-content": "off", "unicorn/string-content": "off",
"unicorn/better-regex": "off" "unicorn/better-regex": "off"
} }
} }
,"_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz"
,"_integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A=="
,"_from": "chalk@4.0.0"
} }

View file

@ -45,8 +45,4 @@
"dependencies": { "dependencies": {
"color-name": "~1.1.4" "color-name": "~1.1.4"
} }
,"_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
,"_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="
,"_from": "color-convert@2.0.1"
} }

View file

@ -1,32 +1,28 @@
{ {
"name": "color-name", "name": "color-name",
"version": "1.1.4", "version": "1.1.4",
"description": "A list of color names and its values", "description": "A list of color names and its values",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js" "index.js"
], ],
"scripts": { "scripts": {
"test": "node test.js" "test": "node test.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:colorjs/color-name.git" "url": "git@github.com:colorjs/color-name.git"
}, },
"keywords": [ "keywords": [
"color-name", "color-name",
"color", "color",
"color-keyword", "color-keyword",
"keyword" "keyword"
], ],
"author": "DY <dfcreative@gmail.com>", "author": "DY <dfcreative@gmail.com>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/colorjs/color-name/issues" "url": "https://github.com/colorjs/color-name/issues"
}, },
"homepage": "https://github.com/colorjs/color-name" "homepage": "https://github.com/colorjs/color-name"
,"_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
,"_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
,"_from": "color-name@1.1.4"
} }

View file

@ -1,47 +1,43 @@
{ {
"name": "escape-string-regexp", "name": "escape-string-regexp",
"version": "2.0.0", "version": "2.0.0",
"description": "Escape RegExp special characters", "description": "Escape RegExp special characters",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/escape-string-regexp", "repository": "sindresorhus/escape-string-regexp",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"maintainers": [ "maintainers": [
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)", "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
"Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)" "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)"
], ],
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"escape", "escape",
"regex", "regex",
"regexp", "regexp",
"re", "re",
"regular", "regular",
"expression", "expression",
"string", "string",
"str", "str",
"special", "special",
"characters" "characters"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz"
,"_integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
,"_from": "escape-string-regexp@2.0.0"
} }

View file

@ -1,50 +1,46 @@
{ {
"name": "has-flag", "name": "has-flag",
"version": "4.0.0", "version": "4.0.0",
"description": "Check if argv has a specific flag", "description": "Check if argv has a specific flag",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/has-flag", "repository": "sindresorhus/has-flag",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"has", "has",
"check", "check",
"detect", "detect",
"contains", "contains",
"find", "find",
"flag", "flag",
"cli", "cli",
"command-line", "command-line",
"argv", "argv",
"process", "process",
"arg", "arg",
"args", "args",
"argument", "argument",
"arguments", "arguments",
"getopt", "getopt",
"minimist", "minimist",
"optimist" "optimist"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
,"_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
,"_from": "has-flag@4.0.0"
} }

View file

@ -28,8 +28,4 @@
"url": "https://github.com/evanw/node-source-map-support/issues" "url": "https://github.com/evanw/node-source-map-support/issues"
}, },
"license": "MIT" "license": "MIT"
,"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz"
,"_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw=="
,"_from": "source-map-support@0.5.19"
} }

View file

@ -32,8 +32,4 @@
"q": "^1.5.1", "q": "^1.5.1",
"tap": "=14.10.2-unbundled" "tap": "=14.10.2-unbundled"
} }
,"_resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.2.tgz"
,"_integrity": "sha512-0H7QK2ECz3fyZMzQ8rH0j2ykpfbnd20BFtfg/SqVC2+sCTtcw0aDTGB7dk+de4U4uUeuz6nOtJcrkFFLG1B0Rg=="
,"_from": "stack-utils@2.0.2"
} }

View file

@ -1,57 +1,53 @@
{ {
"name": "supports-color", "name": "supports-color",
"version": "7.1.0", "version": "7.1.0",
"description": "Detect whether a terminal supports color", "description": "Detect whether a terminal supports color",
"license": "MIT", "license": "MIT",
"repository": "chalk/supports-color", "repository": "chalk/supports-color",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava" "test": "xo && ava"
}, },
"files": [ "files": [
"index.js", "index.js",
"browser.js" "browser.js"
], ],
"keywords": [ "keywords": [
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"ansi", "ansi",
"styles", "styles",
"tty", "tty",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"command-line", "command-line",
"support", "support",
"supports", "supports",
"capability", "capability",
"detect", "detect",
"truecolor", "truecolor",
"16m" "16m"
], ],
"dependencies": { "dependencies": {
"has-flag": "^4.0.0" "has-flag": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"import-fresh": "^3.0.0", "import-fresh": "^3.0.0",
"xo": "^0.24.0" "xo": "^0.24.0"
}, },
"browser": "browser.js" "browser": "browser.js"
,"_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz"
,"_integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g=="
,"_from": "supports-color@7.1.0"
} }

280
node_modules/ava/package.json generated vendored
View file

@ -1,144 +1,140 @@
{ {
"name": "ava", "name": "ava",
"version": "3.8.1", "version": "3.8.1",
"description": "Testing can be a drag. AVA helps you get it done.", "description": "Testing can be a drag. AVA helps you get it done.",
"license": "MIT", "license": "MIT",
"repository": "avajs/ava", "repository": "avajs/ava",
"homepage": "https://avajs.dev", "homepage": "https://avajs.dev",
"bin": "cli.js", "bin": "cli.js",
"engines": { "engines": {
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0 <14 || >=14.0.0" "node": ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0 <14 || >=14.0.0"
}, },
"scripts": { "scripts": {
"test": "xo && tsd && c8 tap" "test": "xo && tsd && c8 tap"
}, },
"files": [ "files": [
"lib", "lib",
"*.js", "*.js",
"!*.config.js", "!*.config.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"🦄", "🦄",
"test", "test",
"runner", "runner",
"testing", "testing",
"ava", "ava",
"concurrent", "concurrent",
"parallel", "parallel",
"fast", "fast",
"tdd", "tdd",
"cli-app", "cli-app",
"cli", "cli",
"jest", "jest",
"mocha", "mocha",
"tape", "tape",
"tap", "tap",
"qunit", "qunit",
"jasmine", "jasmine",
"babel", "babel",
"assert", "assert",
"assertion", "assertion",
"promise", "promise",
"promises", "promises",
"async", "async",
"function", "function",
"await", "await",
"generator", "generator",
"generators", "generators",
"yield", "yield",
"observable", "observable",
"observables", "observables",
"unit", "unit",
"snapshot", "snapshot",
"expect", "expect",
"typescript" "typescript"
], ],
"dependencies": { "dependencies": {
"@concordance/react": "^2.0.0", "@concordance/react": "^2.0.0",
"acorn": "^7.1.1", "acorn": "^7.1.1",
"acorn-walk": "^7.1.1", "acorn-walk": "^7.1.1",
"ansi-styles": "^4.2.1", "ansi-styles": "^4.2.1",
"arrgv": "^1.0.2", "arrgv": "^1.0.2",
"arrify": "^2.0.1", "arrify": "^2.0.1",
"callsites": "^3.1.0", "callsites": "^3.1.0",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"chokidar": "^3.4.0", "chokidar": "^3.4.0",
"chunkd": "^2.0.1", "chunkd": "^2.0.1",
"ci-info": "^2.0.0", "ci-info": "^2.0.0",
"ci-parallel-vars": "^1.0.0", "ci-parallel-vars": "^1.0.0",
"clean-yaml-object": "^0.1.0", "clean-yaml-object": "^0.1.0",
"cli-cursor": "^3.1.0", "cli-cursor": "^3.1.0",
"cli-truncate": "^2.1.0", "cli-truncate": "^2.1.0",
"code-excerpt": "^2.1.1", "code-excerpt": "^2.1.1",
"common-path-prefix": "^3.0.0", "common-path-prefix": "^3.0.0",
"concordance": "^4.0.0", "concordance": "^4.0.0",
"convert-source-map": "^1.7.0", "convert-source-map": "^1.7.0",
"currently-unhandled": "^0.4.1", "currently-unhandled": "^0.4.1",
"debug": "^4.1.1", "debug": "^4.1.1",
"del": "^5.1.0", "del": "^5.1.0",
"emittery": "^0.6.0", "emittery": "^0.6.0",
"equal-length": "^1.0.0", "equal-length": "^1.0.0",
"figures": "^3.2.0", "figures": "^3.2.0",
"globby": "^11.0.0", "globby": "^11.0.0",
"ignore-by-default": "^1.0.0", "ignore-by-default": "^1.0.0",
"import-local": "^3.0.2", "import-local": "^3.0.2",
"indent-string": "^4.0.0", "indent-string": "^4.0.0",
"is-error": "^2.2.2", "is-error": "^2.2.2",
"is-plain-object": "^3.0.0", "is-plain-object": "^3.0.0",
"is-promise": "^3.0.0", "is-promise": "^3.0.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"matcher": "^3.0.0", "matcher": "^3.0.0",
"md5-hex": "^3.0.1", "md5-hex": "^3.0.1",
"mem": "^6.1.0", "mem": "^6.1.0",
"ms": "^2.1.2", "ms": "^2.1.2",
"ora": "^4.0.4", "ora": "^4.0.4",
"p-map": "^4.0.0", "p-map": "^4.0.0",
"picomatch": "^2.2.2", "picomatch": "^2.2.2",
"pkg-conf": "^3.1.0", "pkg-conf": "^3.1.0",
"plur": "^4.0.0", "plur": "^4.0.0",
"pretty-ms": "^6.0.1", "pretty-ms": "^6.0.1",
"read-pkg": "^5.2.0", "read-pkg": "^5.2.0",
"resolve-cwd": "^3.0.0", "resolve-cwd": "^3.0.0",
"slash": "^3.0.0", "slash": "^3.0.0",
"source-map-support": "^0.5.19", "source-map-support": "^0.5.19",
"stack-utils": "^2.0.1", "stack-utils": "^2.0.1",
"strip-ansi": "^6.0.0", "strip-ansi": "^6.0.0",
"supertap": "^1.0.0", "supertap": "^1.0.0",
"temp-dir": "^2.0.0", "temp-dir": "^2.0.0",
"trim-off-newlines": "^1.0.1", "trim-off-newlines": "^1.0.1",
"update-notifier": "^4.1.0", "update-notifier": "^4.1.0",
"write-file-atomic": "^3.0.3", "write-file-atomic": "^3.0.3",
"yargs": "^15.3.1" "yargs": "^15.3.1"
}, },
"devDependencies": { "devDependencies": {
"@ava/babel": "^1.0.1", "@ava/babel": "^1.0.1",
"@babel/plugin-proposal-do-expressions": "^7.8.3", "@babel/plugin-proposal-do-expressions": "^7.8.3",
"@sinonjs/fake-timers": "^6.0.1", "@sinonjs/fake-timers": "^6.0.1",
"ansi-escapes": "^4.3.1", "ansi-escapes": "^4.3.1",
"c8": "^7.1.0", "c8": "^7.1.0",
"delay": "^4.3.0", "delay": "^4.3.0",
"esm": "^3.2.25", "esm": "^3.2.25",
"execa": "^4.0.0", "execa": "^4.0.0",
"get-stream": "^5.1.0", "get-stream": "^5.1.0",
"p-event": "^4.1.0", "p-event": "^4.1.0",
"proxyquire": "^2.1.3", "proxyquire": "^2.1.3",
"react": "^16.13.1", "react": "^16.13.1",
"react-test-renderer": "^16.13.1", "react-test-renderer": "^16.13.1",
"replace-string": "^3.0.0", "replace-string": "^3.0.0",
"sinon": "^9.0.2", "sinon": "^9.0.2",
"source-map-fixtures": "^2.1.0", "source-map-fixtures": "^2.1.0",
"tap": "^14.10.7", "tap": "^14.10.7",
"temp-write": "^4.0.0", "temp-write": "^4.0.0",
"tempy": "^0.5.0", "tempy": "^0.5.0",
"touch": "^3.1.0", "touch": "^3.1.0",
"tsd": "^0.11.0", "tsd": "^0.11.0",
"typescript": "^3.8.3", "typescript": "^3.8.3",
"xo": "^0.30.0", "xo": "^0.30.0",
"zen-observable": "^0.8.15" "zen-observable": "^0.8.15"
} }
,"_resolved": "https://registry.npmjs.org/ava/-/ava-3.8.1.tgz"
,"_integrity": "sha512-OPWrTxcf1EbtAaGGFQPLbx4AaVqPrFMumKOKn2SzIRo+RTKb33lF2aoVnWqBeZaJ68uSc9R6jqIE7qkG6O33uQ=="
,"_from": "ava@3.8.1"
} }

View file

@ -46,8 +46,4 @@
"android-browser/4.2..latest" "android-browser/4.2..latest"
] ]
} }
,"_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
,"_integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
,"_from": "balanced-match@1.0.0"
} }

View file

@ -67,8 +67,4 @@
} }
] ]
} }
,"_resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz"
,"_integrity": "sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A=="
,"_from": "before-after-hook@2.1.0"
} }

View file

@ -1,42 +1,38 @@
{ {
"name": "binary-extensions", "name": "binary-extensions",
"version": "2.0.0", "version": "2.0.0",
"description": "List of binary file extensions", "description": "List of binary file extensions",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/binary-extensions", "repository": "sindresorhus/binary-extensions",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts", "index.d.ts",
"binary-extensions.json", "binary-extensions.json",
"binary-extensions.json.d.ts" "binary-extensions.json.d.ts"
], ],
"keywords": [ "keywords": [
"binary", "binary",
"extensions", "extensions",
"extension", "extension",
"file", "file",
"json", "json",
"list", "list",
"array" "array"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz"
,"_integrity": "sha512-Phlt0plgpIIBOGTT/ehfFnbNlfsDEiqmzE2KRXoX1bLIlir4X/MR+zSyBEkL05ffWgnRSf/DXv+WrUAVr93/ow=="
,"_from": "binary-extensions@2.0.0"
} }

View file

@ -70,8 +70,4 @@
"js/*.js.map" "js/*.js.map"
], ],
"main": "js/md5.js" "main": "js/md5.js"
,"_resolved": "https://registry.npmjs.org/blueimp-md5/-/blueimp-md5-2.15.0.tgz"
,"_integrity": "sha512-Zc6sowqlCWu3+V0bocZwdaPPXlRv14EHtYcQDCOghj9EdyKLMkAOODBh3HHAx5r7QRylDYCOaXa/b/edgBLDpA=="
,"_from": "blueimp-md5@2.15.0"
} }

View file

@ -1,61 +1,57 @@
{ {
"name": "ansi-styles", "name": "ansi-styles",
"version": "4.2.1", "version": "4.2.1",
"description": "ANSI escape codes for styling strings in the terminal", "description": "ANSI escape codes for styling strings in the terminal",
"license": "MIT", "license": "MIT",
"repository": "chalk/ansi-styles", "repository": "chalk/ansi-styles",
"funding": "https://github.com/chalk/ansi-styles?sponsor=1", "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd", "test": "xo && ava && tsd",
"screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"ansi", "ansi",
"styles", "styles",
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"tty", "tty",
"escape", "escape",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"@types/color-name": "^1.1.1", "@types/color-name": "^1.1.1",
"color-convert": "^2.0.1" "color-convert": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"@types/color-convert": "^1.9.0", "@types/color-convert": "^1.9.0",
"ava": "^2.3.0", "ava": "^2.3.0",
"svg-term-cli": "^2.1.1", "svg-term-cli": "^2.1.1",
"tsd": "^0.11.0", "tsd": "^0.11.0",
"xo": "^0.25.3" "xo": "^0.25.3"
} }
,"_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz"
,"_integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA=="
,"_from": "ansi-styles@4.2.1"
} }

View file

@ -1,67 +1,63 @@
{ {
"name": "chalk", "name": "chalk",
"version": "3.0.0", "version": "3.0.0",
"description": "Terminal string styling done right", "description": "Terminal string styling done right",
"license": "MIT", "license": "MIT",
"repository": "chalk/chalk", "repository": "chalk/chalk",
"main": "source", "main": "source",
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && nyc ava && tsd", "test": "xo && nyc ava && tsd",
"bench": "matcha benchmark.js" "bench": "matcha benchmark.js"
}, },
"files": [ "files": [
"source", "source",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"str", "str",
"ansi", "ansi",
"style", "style",
"styles", "styles",
"tty", "tty",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-styles": "^4.1.0", "ansi-styles": "^4.1.0",
"supports-color": "^7.1.0" "supports-color": "^7.1.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^2.4.0", "ava": "^2.4.0",
"coveralls": "^3.0.7", "coveralls": "^3.0.7",
"execa": "^3.2.0", "execa": "^3.2.0",
"import-fresh": "^3.1.0", "import-fresh": "^3.1.0",
"matcha": "^0.7.0", "matcha": "^0.7.0",
"nyc": "^14.1.1", "nyc": "^14.1.1",
"resolve-from": "^5.0.0", "resolve-from": "^5.0.0",
"tsd": "^0.7.4", "tsd": "^0.7.4",
"xo": "^0.25.3" "xo": "^0.25.3"
}, },
"xo": { "xo": {
"rules": { "rules": {
"unicorn/prefer-string-slice": "off", "unicorn/prefer-string-slice": "off",
"unicorn/prefer-includes": "off" "unicorn/prefer-includes": "off"
} }
} }
,"_resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz"
,"_integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg=="
,"_from": "chalk@3.0.0"
} }

View file

@ -45,8 +45,4 @@
"dependencies": { "dependencies": {
"color-name": "~1.1.4" "color-name": "~1.1.4"
} }
,"_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
,"_integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="
,"_from": "color-convert@2.0.1"
} }

View file

@ -1,32 +1,28 @@
{ {
"name": "color-name", "name": "color-name",
"version": "1.1.4", "version": "1.1.4",
"description": "A list of color names and its values", "description": "A list of color names and its values",
"main": "index.js", "main": "index.js",
"files": [ "files": [
"index.js" "index.js"
], ],
"scripts": { "scripts": {
"test": "node test.js" "test": "node test.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:colorjs/color-name.git" "url": "git@github.com:colorjs/color-name.git"
}, },
"keywords": [ "keywords": [
"color-name", "color-name",
"color", "color",
"color-keyword", "color-keyword",
"keyword" "keyword"
], ],
"author": "DY <dfcreative@gmail.com>", "author": "DY <dfcreative@gmail.com>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/colorjs/color-name/issues" "url": "https://github.com/colorjs/color-name/issues"
}, },
"homepage": "https://github.com/colorjs/color-name" "homepage": "https://github.com/colorjs/color-name"
,"_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
,"_integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
,"_from": "color-name@1.1.4"
} }

View file

@ -1,50 +1,46 @@
{ {
"name": "has-flag", "name": "has-flag",
"version": "4.0.0", "version": "4.0.0",
"description": "Check if argv has a specific flag", "description": "Check if argv has a specific flag",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/has-flag", "repository": "sindresorhus/has-flag",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"has", "has",
"check", "check",
"detect", "detect",
"contains", "contains",
"find", "find",
"flag", "flag",
"cli", "cli",
"command-line", "command-line",
"argv", "argv",
"process", "process",
"arg", "arg",
"args", "args",
"argument", "argument",
"arguments", "arguments",
"getopt", "getopt",
"minimist", "minimist",
"optimist" "optimist"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
,"_integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
,"_from": "has-flag@4.0.0"
} }

View file

@ -1,57 +1,53 @@
{ {
"name": "supports-color", "name": "supports-color",
"version": "7.1.0", "version": "7.1.0",
"description": "Detect whether a terminal supports color", "description": "Detect whether a terminal supports color",
"license": "MIT", "license": "MIT",
"repository": "chalk/supports-color", "repository": "chalk/supports-color",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava" "test": "xo && ava"
}, },
"files": [ "files": [
"index.js", "index.js",
"browser.js" "browser.js"
], ],
"keywords": [ "keywords": [
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"ansi", "ansi",
"styles", "styles",
"tty", "tty",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"command-line", "command-line",
"support", "support",
"supports", "supports",
"capability", "capability",
"detect", "detect",
"truecolor", "truecolor",
"16m" "16m"
], ],
"dependencies": { "dependencies": {
"has-flag": "^4.0.0" "has-flag": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"import-fresh": "^3.0.0", "import-fresh": "^3.0.0",
"xo": "^0.24.0" "xo": "^0.24.0"
}, },
"browser": "browser.js" "browser": "browser.js"
,"_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz"
,"_integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g=="
,"_from": "supports-color@7.1.0"
} }

View file

@ -1,55 +1,51 @@
{ {
"name": "type-fest", "name": "type-fest",
"version": "0.8.1", "version": "0.8.1",
"description": "A collection of essential TypeScript types", "description": "A collection of essential TypeScript types",
"license": "(MIT OR CC0-1.0)", "license": "(MIT OR CC0-1.0)",
"repository": "sindresorhus/type-fest", "repository": "sindresorhus/type-fest",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && tsd" "test": "xo && tsd"
}, },
"files": [ "files": [
"index.d.ts", "index.d.ts",
"source" "source"
], ],
"keywords": [ "keywords": [
"typescript", "typescript",
"ts", "ts",
"types", "types",
"utility", "utility",
"util", "util",
"utilities", "utilities",
"omit", "omit",
"merge", "merge",
"json" "json"
], ],
"devDependencies": { "devDependencies": {
"@sindresorhus/tsconfig": "^0.4.0", "@sindresorhus/tsconfig": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^2.2.0", "@typescript-eslint/eslint-plugin": "^2.2.0",
"@typescript-eslint/parser": "^2.2.0", "@typescript-eslint/parser": "^2.2.0",
"eslint-config-xo-typescript": "^0.18.0", "eslint-config-xo-typescript": "^0.18.0",
"tsd": "^0.7.3", "tsd": "^0.7.3",
"xo": "^0.24.0" "xo": "^0.24.0"
}, },
"xo": { "xo": {
"extends": "xo-typescript", "extends": "xo-typescript",
"extensions": [ "extensions": [
"ts" "ts"
], ],
"rules": { "rules": {
"import/no-unresolved": "off", "import/no-unresolved": "off",
"@typescript-eslint/indent": "off" "@typescript-eslint/indent": "off"
} }
} }
,"_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz"
,"_integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="
,"_from": "type-fest@0.8.1"
} }

102
node_modules/boxen/package.json generated vendored
View file

@ -1,55 +1,51 @@
{ {
"name": "boxen", "name": "boxen",
"version": "4.2.0", "version": "4.2.0",
"description": "Create boxes in the terminal", "description": "Create boxes in the terminal",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/boxen", "repository": "sindresorhus/boxen",
"funding": "https://github.com/sponsors/sindresorhus", "funding": "https://github.com/sponsors/sindresorhus",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && nyc ava && tsd" "test": "xo && nyc ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"cli", "cli",
"box", "box",
"boxes", "boxes",
"terminal", "terminal",
"term", "term",
"console", "console",
"ascii", "ascii",
"unicode", "unicode",
"border", "border",
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-align": "^3.0.0", "ansi-align": "^3.0.0",
"camelcase": "^5.3.1", "camelcase": "^5.3.1",
"chalk": "^3.0.0", "chalk": "^3.0.0",
"cli-boxes": "^2.2.0", "cli-boxes": "^2.2.0",
"string-width": "^4.1.0", "string-width": "^4.1.0",
"term-size": "^2.1.0", "term-size": "^2.1.0",
"type-fest": "^0.8.1", "type-fest": "^0.8.1",
"widest-line": "^3.1.0" "widest-line": "^3.1.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "^2.1.0", "ava": "^2.1.0",
"nyc": "^14.1.1", "nyc": "^14.1.1",
"tsd": "^0.11.0", "tsd": "^0.11.0",
"xo": "^0.25.3" "xo": "^0.25.3"
} }
,"_resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz"
,"_integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ=="
,"_from": "boxen@4.2.0"
} }

View file

@ -44,8 +44,4 @@
"android-browser/4.2..latest" "android-browser/4.2..latest"
] ]
} }
,"_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
,"_integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA=="
,"_from": "brace-expansion@1.1.11"
} }

4
node_modules/braces/package.json generated vendored
View file

@ -74,8 +74,4 @@
"gulp-format-md" "gulp-format-md"
] ]
} }
,"_resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
,"_integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A=="
,"_from": "braces@3.0.2"
} }

View file

@ -16,8 +16,4 @@
"buffer", "buffer",
"buffer from" "buffer from"
] ]
,"_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz"
,"_integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A=="
,"_from": "buffer-from@1.1.1"
} }

View file

@ -37,8 +37,4 @@
"ava": "*", "ava": "*",
"xo": "*" "xo": "*"
} }
,"_resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz"
,"_integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8="
,"_from": "builtin-modules@1.1.1"
} }

View file

@ -1,53 +1,49 @@
{ {
"name": "get-stream", "name": "get-stream",
"version": "5.1.0", "version": "5.1.0",
"description": "Get a stream as a string, buffer, or array", "description": "Get a stream as a string, buffer, or array",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/get-stream", "repository": "sindresorhus/get-stream",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts", "index.d.ts",
"buffer-stream.js" "buffer-stream.js"
], ],
"keywords": [ "keywords": [
"get", "get",
"stream", "stream",
"promise", "promise",
"concat", "concat",
"string", "string",
"text", "text",
"buffer", "buffer",
"read", "read",
"data", "data",
"consume", "consume",
"readable", "readable",
"readablestream", "readablestream",
"array", "array",
"object" "object"
], ],
"dependencies": { "dependencies": {
"pump": "^3.0.0" "pump": "^3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^11.13.0", "@types/node": "^11.13.0",
"ava": "^1.4.1", "ava": "^1.4.1",
"into-stream": "^5.0.0", "into-stream": "^5.0.0",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz"
,"_integrity": "sha512-EXr1FOzrzTfGeL0gQdeFEvOMm2mzMOglyiOXSTpPC+iAjAKftbr3jpCMWynogwYnM+eSj9sHGc6wjIcDvYiygw=="
,"_from": "get-stream@5.1.0"
} }

View file

@ -1,42 +1,38 @@
{ {
"name": "lowercase-keys", "name": "lowercase-keys",
"version": "2.0.0", "version": "2.0.0",
"description": "Lowercase the keys of an object", "description": "Lowercase the keys of an object",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/lowercase-keys", "repository": "sindresorhus/lowercase-keys",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"object", "object",
"assign", "assign",
"extend", "extend",
"properties", "properties",
"lowercase", "lowercase",
"lower-case", "lower-case",
"case", "case",
"keys", "keys",
"key" "key"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz"
,"_integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA=="
,"_from": "lowercase-keys@2.0.0"
} }

View file

@ -1,60 +1,56 @@
{ {
"name": "cacheable-request", "name": "cacheable-request",
"version": "6.1.0", "version": "6.1.0",
"description": "Wrap native HTTP requests with RFC compliant cache support", "description": "Wrap native HTTP requests with RFC compliant cache support",
"license": "MIT", "license": "MIT",
"repository": "lukechilds/cacheable-request", "repository": "lukechilds/cacheable-request",
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)", "author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"main": "src/index.js", "main": "src/index.js",
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && nyc ava", "test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls" "coverage": "nyc report --reporter=text-lcov | coveralls"
}, },
"files": [ "files": [
"src" "src"
], ],
"keywords": [ "keywords": [
"HTTP", "HTTP",
"HTTPS", "HTTPS",
"cache", "cache",
"caching", "caching",
"layer", "layer",
"cacheable", "cacheable",
"RFC 7234", "RFC 7234",
"RFC", "RFC",
"7234", "7234",
"compliant" "compliant"
], ],
"dependencies": { "dependencies": {
"clone-response": "^1.0.2", "clone-response": "^1.0.2",
"get-stream": "^5.1.0", "get-stream": "^5.1.0",
"http-cache-semantics": "^4.0.0", "http-cache-semantics": "^4.0.0",
"keyv": "^3.0.0", "keyv": "^3.0.0",
"lowercase-keys": "^2.0.0", "lowercase-keys": "^2.0.0",
"normalize-url": "^4.1.0", "normalize-url": "^4.1.0",
"responselike": "^1.0.2" "responselike": "^1.0.2"
}, },
"devDependencies": { "devDependencies": {
"@keyv/sqlite": "^2.0.0", "@keyv/sqlite": "^2.0.0",
"ava": "^1.1.0", "ava": "^1.1.0",
"coveralls": "^3.0.0", "coveralls": "^3.0.0",
"create-test-server": "3.0.0", "create-test-server": "3.0.0",
"delay": "^4.0.0", "delay": "^4.0.0",
"eslint-config-xo-lukechilds": "^1.0.0", "eslint-config-xo-lukechilds": "^1.0.0",
"nyc": "^14.1.1", "nyc": "^14.1.1",
"pify": "^4.0.0", "pify": "^4.0.0",
"sqlite3": "^4.0.2", "sqlite3": "^4.0.2",
"this": "^1.0.2", "this": "^1.0.2",
"xo": "^0.23.0" "xo": "^0.23.0"
}, },
"xo": { "xo": {
"extends": "xo-lukechilds" "extends": "xo-lukechilds"
} }
,"_resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz"
,"_integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg=="
,"_from": "cacheable-request@6.1.0"
} }

78
node_modules/callsites/package.json generated vendored
View file

@ -1,43 +1,39 @@
{ {
"name": "callsites", "name": "callsites",
"version": "3.1.0", "version": "3.1.0",
"description": "Get callsites from the V8 stack trace API", "description": "Get callsites from the V8 stack trace API",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/callsites", "repository": "sindresorhus/callsites",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"stacktrace", "stacktrace",
"v8", "v8",
"callsite", "callsite",
"callsites", "callsites",
"stack", "stack",
"trace", "trace",
"function", "function",
"file", "file",
"line", "line",
"debug" "debug"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"
,"_integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
,"_from": "callsites@3.1.0"
} }

86
node_modules/camelcase/package.json generated vendored
View file

@ -1,47 +1,43 @@
{ {
"name": "camelcase", "name": "camelcase",
"version": "5.3.1", "version": "5.3.1",
"description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`", "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/camelcase", "repository": "sindresorhus/camelcase",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"camelcase", "camelcase",
"camel-case", "camel-case",
"camel", "camel",
"case", "case",
"dash", "dash",
"hyphen", "hyphen",
"dot", "dot",
"underscore", "underscore",
"separator", "separator",
"string", "string",
"text", "text",
"convert", "convert",
"pascalcase", "pascalcase",
"pascal-case" "pascal-case"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.1", "tsd": "^0.7.1",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz"
,"_integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
,"_from": "camelcase@5.3.1"
} }

142
node_modules/chalk/package.json generated vendored
View file

@ -1,75 +1,71 @@
{ {
"name": "chalk", "name": "chalk",
"version": "2.4.2", "version": "2.4.2",
"description": "Terminal string styling done right", "description": "Terminal string styling done right",
"license": "MIT", "license": "MIT",
"repository": "chalk/chalk", "repository": "chalk/chalk",
"engines": { "engines": {
"node": ">=4" "node": ">=4"
}, },
"scripts": { "scripts": {
"test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava", "test": "xo && tsc --project types && flow --max-warnings=0 && nyc ava",
"bench": "matcha benchmark.js", "bench": "matcha benchmark.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls" "coveralls": "nyc report --reporter=text-lcov | coveralls"
}, },
"files": [ "files": [
"index.js", "index.js",
"templates.js", "templates.js",
"types/index.d.ts", "types/index.d.ts",
"index.js.flow" "index.js.flow"
], ],
"keywords": [ "keywords": [
"color", "color",
"colour", "colour",
"colors", "colors",
"terminal", "terminal",
"console", "console",
"cli", "cli",
"string", "string",
"str", "str",
"ansi", "ansi",
"style", "style",
"styles", "styles",
"tty", "tty",
"formatting", "formatting",
"rgb", "rgb",
"256", "256",
"shell", "shell",
"xterm", "xterm",
"log", "log",
"logging", "logging",
"command-line", "command-line",
"text" "text"
], ],
"dependencies": { "dependencies": {
"ansi-styles": "^3.2.1", "ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"supports-color": "^5.3.0" "supports-color": "^5.3.0"
}, },
"devDependencies": { "devDependencies": {
"ava": "*", "ava": "*",
"coveralls": "^3.0.0", "coveralls": "^3.0.0",
"execa": "^0.9.0", "execa": "^0.9.0",
"flow-bin": "^0.68.0", "flow-bin": "^0.68.0",
"import-fresh": "^2.0.0", "import-fresh": "^2.0.0",
"matcha": "^0.7.0", "matcha": "^0.7.0",
"nyc": "^11.0.2", "nyc": "^11.0.2",
"resolve-from": "^4.0.0", "resolve-from": "^4.0.0",
"typescript": "^2.5.3", "typescript": "^2.5.3",
"xo": "*" "xo": "*"
}, },
"types": "types/index.d.ts", "types": "types/index.d.ts",
"xo": { "xo": {
"envs": [ "envs": [
"node", "node",
"mocha" "mocha"
], ],
"ignores": [ "ignores": [
"test/_flow.js" "test/_flow.js"
] ]
} }
,"_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
,"_integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ=="
,"_from": "chalk@2.4.2"
} }

4
node_modules/charenc/package.json generated vendored
View file

@ -21,8 +21,4 @@
"engines": { "engines": {
"node": "*" "node": "*"
} }
,"_resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz"
,"_integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc="
,"_from": "charenc@0.0.2"
} }

View file

@ -45,8 +45,4 @@
"engines": { "engines": {
"node": ">= 8" "node": ">= 8"
} }
,"_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz"
,"_integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg=="
,"_from": "anymatch@3.1.1"
} }

View file

@ -74,8 +74,4 @@
"reflinks": true "reflinks": true
} }
} }
,"_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
,"_integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
,"_from": "normalize-path@3.0.0"
} }

4
node_modules/chokidar/package.json generated vendored
View file

@ -125,8 +125,4 @@
"text" "text"
] ]
} }
,"_resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz"
,"_integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ=="
,"_from": "chokidar@3.4.0"
} }

108
node_modules/chunkd/package.json generated vendored
View file

@ -1,58 +1,54 @@
{ {
"name": "chunkd", "name": "chunkd",
"version": "2.0.1", "version": "2.0.1",
"description": "Get a chunk of an array based on the total number of chunks and current index", "description": "Get a chunk of an array based on the total number of chunks and current index",
"main": "dist/chunkd.js", "main": "dist/chunkd.js",
"repository": "jamiebuilds/chunkd", "repository": "jamiebuilds/chunkd",
"author": "Jamie Kyle <me@thejameskyle.com>", "author": "Jamie Kyle <me@thejameskyle.com>",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"util", "util",
"chunk", "chunk",
"index", "index",
"total" "total"
], ],
"files": [ "files": [
"dist" "dist"
], ],
"scripts": { "scripts": {
"check:typescript": "tsc --noEmit", "check:typescript": "tsc --noEmit",
"check:prettier": "prettier --check '**'", "check:prettier": "prettier --check '**'",
"build": "rm -rf dist && tsc", "build": "rm -rf dist && tsc",
"format": "prettier --write '**'", "format": "prettier --write '**'",
"test": "ava", "test": "ava",
"prepublishOnly": "npm run -s build" "prepublishOnly": "npm run -s build"
}, },
"devDependencies": { "devDependencies": {
"ava": "^2.4.0", "ava": "^2.4.0",
"husky": "^3.1.0", "husky": "^3.1.0",
"lint-staged": "^9.4.3", "lint-staged": "^9.4.3",
"prettier": "^1.19.1", "prettier": "^1.19.1",
"ts-node": "^8.5.2", "ts-node": "^8.5.2",
"typescript": "^3.7.2" "typescript": "^3.7.2"
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
} }
}, },
"lint-staged": { "lint-staged": {
"*": [ "*": [
"prettier --write", "prettier --write",
"git add" "git add"
] ]
}, },
"ava": { "ava": {
"compileEnhancements": false, "compileEnhancements": false,
"extensions": [ "extensions": [
"ts" "ts"
], ],
"require": [ "require": [
"ts-node/register" "ts-node/register"
] ]
} }
,"_resolved": "https://registry.npmjs.org/chunkd/-/chunkd-2.0.1.tgz"
,"_integrity": "sha512-7d58XsFmOq0j6el67Ug9mHf9ELUXsQXYJBkyxhH/k+6Ke0qXRnv0kbemx+Twc6fRJ07C49lcbdgm9FL1Ei/6SQ=="
,"_from": "chunkd@2.0.1"
} }

4
node_modules/ci-info/package.json generated vendored
View file

@ -33,8 +33,4 @@
55.778231, 55.778231,
12.593179 12.593179
] ]
,"_resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz"
,"_integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ=="
,"_from": "ci-info@2.0.0"
} }

View file

@ -33,8 +33,4 @@
"flow-bin": "^0.73.0", "flow-bin": "^0.73.0",
"spawndamnit": "^2.0.0" "spawndamnit": "^2.0.0"
} }
,"_resolved": "https://registry.npmjs.org/ci-parallel-vars/-/ci-parallel-vars-1.0.0.tgz"
,"_integrity": "sha512-u6dx20FBXm+apMi+5x7UVm6EH7BL1gc4XrcnQewjcB7HWRcor/V5qWc3RG2HwpgDJ26gIi2DSEu3B7sXynAw/g=="
,"_from": "ci-parallel-vars@1.0.0"
} }

View file

@ -1,43 +1,39 @@
{ {
"name": "clean-stack", "name": "clean-stack",
"version": "2.2.0", "version": "2.2.0",
"description": "Clean up error stack traces", "description": "Clean up error stack traces",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/clean-stack", "repository": "sindresorhus/clean-stack",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"clean", "clean",
"stack", "stack",
"trace", "trace",
"traces", "traces",
"error", "error",
"err", "err",
"electron" "electron"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
}, },
"browser": { "browser": {
"os": false "os": false
} }
,"_resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz"
,"_integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A=="
,"_from": "clean-stack@2.2.0"
} }

View file

@ -34,8 +34,4 @@
"nyc": "^5.3.0", "nyc": "^5.3.0",
"xo": "^0.12.1" "xo": "^0.12.1"
} }
,"_resolved": "https://registry.npmjs.org/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz"
,"_integrity": "sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g="
,"_from": "clean-yaml-object@0.1.0"
} }

82
node_modules/cli-boxes/package.json generated vendored
View file

@ -1,45 +1,41 @@
{ {
"name": "cli-boxes", "name": "cli-boxes",
"version": "2.2.0", "version": "2.2.0",
"description": "Boxes for use in the terminal", "description": "Boxes for use in the terminal",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/cli-boxes", "repository": "sindresorhus/cli-boxes",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts", "index.d.ts",
"boxes.json" "boxes.json"
], ],
"keywords": [ "keywords": [
"cli", "cli",
"box", "box",
"boxes", "boxes",
"terminal", "terminal",
"term", "term",
"console", "console",
"ascii", "ascii",
"unicode", "unicode",
"border", "border",
"text", "text",
"json" "json"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz"
,"_integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w=="
,"_from": "cli-boxes@2.2.0"
} }

92
node_modules/cli-cursor/package.json generated vendored
View file

@ -1,50 +1,46 @@
{ {
"name": "cli-cursor", "name": "cli-cursor",
"version": "3.1.0", "version": "3.1.0",
"description": "Toggle the CLI cursor", "description": "Toggle the CLI cursor",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/cli-cursor", "repository": "sindresorhus/cli-cursor",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=8" "node": ">=8"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd" "test": "xo && ava && tsd"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts" "index.d.ts"
], ],
"keywords": [ "keywords": [
"cli", "cli",
"cursor", "cursor",
"ansi", "ansi",
"toggle", "toggle",
"display", "display",
"show", "show",
"hide", "hide",
"term", "term",
"terminal", "terminal",
"console", "console",
"tty", "tty",
"shell", "shell",
"command-line" "command-line"
], ],
"dependencies": { "dependencies": {
"restore-cursor": "^3.1.0" "restore-cursor": "^3.1.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^12.0.7", "@types/node": "^12.0.7",
"ava": "^2.1.0", "ava": "^2.1.0",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz"
,"_integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw=="
,"_from": "cli-cursor@3.1.0"
} }

View file

@ -1,51 +1,47 @@
{ {
"name": "cli-spinners", "name": "cli-spinners",
"version": "2.3.0", "version": "2.3.0",
"description": "Spinners for use in the terminal", "description": "Spinners for use in the terminal",
"license": "MIT", "license": "MIT",
"repository": "sindresorhus/cli-spinners", "repository": "sindresorhus/cli-spinners",
"author": { "author": {
"name": "Sindre Sorhus", "name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com", "email": "sindresorhus@gmail.com",
"url": "sindresorhus.com" "url": "sindresorhus.com"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"scripts": { "scripts": {
"test": "xo && ava && tsd", "test": "xo && ava && tsd",
"asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet" "asciicast": "asciinema rec --command='node example-all.js' --title='cli-spinner' --quiet"
}, },
"files": [ "files": [
"index.js", "index.js",
"index.d.ts", "index.d.ts",
"spinners.json" "spinners.json"
], ],
"keywords": [ "keywords": [
"cli", "cli",
"spinner", "spinner",
"spinners", "spinners",
"terminal", "terminal",
"term", "term",
"console", "console",
"ascii", "ascii",
"unicode", "unicode",
"loading", "loading",
"indicator", "indicator",
"progress", "progress",
"busy", "busy",
"wait", "wait",
"idle", "idle",
"json" "json"
], ],
"devDependencies": { "devDependencies": {
"ava": "^1.4.1", "ava": "^1.4.1",
"log-update": "^3.2.0", "log-update": "^3.2.0",
"tsd": "^0.7.2", "tsd": "^0.7.2",
"xo": "^0.24.0" "xo": "^0.24.0"
} }
,"_resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.3.0.tgz"
,"_integrity": "sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w=="
,"_from": "cli-spinners@2.3.0"
} }

Some files were not shown because too many files have changed in this diff Show more