Update dependencies
This commit is contained in:
parent
7f0fac984e
commit
e7d5360304
866 changed files with 44718 additions and 26682 deletions
53
node_modules/restore-cursor/package.json
generated
vendored
53
node_modules/restore-cursor/package.json
generated
vendored
|
@ -1,20 +1,52 @@
|
|||
{
|
||||
"name": "restore-cursor",
|
||||
"version": "2.0.0",
|
||||
"description": "Gracefully restore the CLI cursor on exit",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/restore-cursor",
|
||||
"_args": [
|
||||
[
|
||||
"restore-cursor@2.0.0",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "restore-cursor@2.0.0",
|
||||
"_id": "restore-cursor@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
|
||||
"_location": "/restore-cursor",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "restore-cursor@2.0.0",
|
||||
"name": "restore-cursor",
|
||||
"escapedName": "restore-cursor",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cli-cursor"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/restore-cursor/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"onetime": "^2.0.0",
|
||||
"signal-exit": "^3.0.2"
|
||||
},
|
||||
"description": "Gracefully restore the CLI cursor on exit",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/restore-cursor#readme",
|
||||
"keywords": [
|
||||
"exit",
|
||||
"quit",
|
||||
|
@ -37,8 +69,11 @@
|
|||
"shell",
|
||||
"command-line"
|
||||
],
|
||||
"dependencies": {
|
||||
"onetime": "^2.0.0",
|
||||
"signal-exit": "^3.0.2"
|
||||
}
|
||||
"license": "MIT",
|
||||
"name": "restore-cursor",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/restore-cursor.git"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue