add enter functionality and resolve title show bug

This commit is contained in:
ismailsosic
2023-03-08 16:17:26 +01:00
parent 71811fac4b
commit f09648dd67
420 changed files with 21395 additions and 1067108 deletions

View File

@@ -1,70 +1,102 @@
{
"name": "supports-preserve-symlinks-flag",
"version": "1.0.0",
"description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
"main": "./index.js",
"browser": "./browser.js",
"exports": {
".": [
{
"browser": "./browser.js",
"default": "./index.js"
},
"./index.js"
],
"./package.json": "./package.json"
},
"sideEffects": false,
"scripts": {
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"lint": "eslint --ext=js,mjs .",
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git"
},
"keywords": [
"node",
"flag",
"symlink",
"symlinks",
"preserve-symlinks"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues"
},
"homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",
"devDependencies": {
"@ljharb/eslint-config": "^20.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^8.6.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.0",
"tape": "^5.4.0"
},
"engines": {
"node": ">= 0.4"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
}
"_args": [
[
"supports-preserve-symlinks-flag@1.0.0",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "supports-preserve-symlinks-flag@1.0.0",
"_id": "supports-preserve-symlinks-flag@1.0.0",
"_inBundle": false,
"_integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
"_location": "/supports-preserve-symlinks-flag",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "supports-preserve-symlinks-flag@1.0.0",
"name": "supports-preserve-symlinks-flag",
"escapedName": "supports-preserve-symlinks-flag",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/eslint-plugin-react/resolve",
"/resolve"
],
"_resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
"browser": "./browser.js",
"bugs": {
"url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues"
},
"description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
"devDependencies": {
"@ljharb/eslint-config": "^20.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^8.6.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.0",
"tape": "^5.4.0"
},
"engines": {
"node": ">= 0.4"
},
"exports": {
".": [
{
"browser": "./browser.js",
"default": "./index.js"
},
"./index.js"
],
"./package.json": "./package.json"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",
"keywords": [
"node",
"flag",
"symlink",
"symlinks",
"preserve-symlinks"
],
"license": "MIT",
"main": "./index.js",
"name": "supports-preserve-symlinks-flag",
"repository": {
"type": "git",
"url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git"
},
"scripts": {
"lint": "eslint --ext=js,mjs .",
"posttest": "aud --production",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'",
"version": "auto-changelog && git add CHANGELOG.md"
},
"sideEffects": false,
"version": "1.0.0"
}