WIP - add extractor, generate snippet_data
This commit is contained in:
87
node_modules/log-update/package.json
generated
vendored
Normal file
87
node_modules/log-update/package.json
generated
vendored
Normal file
@ -0,0 +1,87 @@
|
||||
{
|
||||
"_from": "log-update@^3.0.0",
|
||||
"_id": "log-update@3.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-KJ6zAPIHWo7Xg1jYror6IUDFJBq1bQ4Bi4wAEp2y/0ScjBBVi/g0thr0sUVhuvuXauWzczt7T2QHghPDNnKBuw==",
|
||||
"_location": "/log-update",
|
||||
"_phantomChildren": {
|
||||
"ansi-styles": "3.2.1",
|
||||
"signal-exit": "3.0.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "log-update@^3.0.0",
|
||||
"name": "log-update",
|
||||
"escapedName": "log-update",
|
||||
"rawSpec": "^3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/ink"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/log-update/-/log-update-3.2.0.tgz",
|
||||
"_shasum": "719f24293250d65d0165f4e2ec2ed805ff062eec",
|
||||
"_spec": "log-update@^3.0.0",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/ink",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/log-update/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"ansi-escapes": "^3.2.0",
|
||||
"cli-cursor": "^2.1.0",
|
||||
"wrap-ansi": "^5.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
|
||||
"devDependencies": {
|
||||
"@types/node": "^11.12.2",
|
||||
"ava": "^1.4.1",
|
||||
"terminal.js": "^1.0.10",
|
||||
"tsd": "^0.7.1",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/log-update#readme",
|
||||
"keywords": [
|
||||
"log",
|
||||
"logger",
|
||||
"logging",
|
||||
"cli",
|
||||
"terminal",
|
||||
"term",
|
||||
"console",
|
||||
"shell",
|
||||
"update",
|
||||
"refresh",
|
||||
"overwrite",
|
||||
"output",
|
||||
"stdout",
|
||||
"progress",
|
||||
"bar",
|
||||
"animation"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "log-update",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/log-update.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "3.2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user