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,9 +1,53 @@
{
"name": "object-inspect",
"version": "1.12.2",
"_args": [
[
"object-inspect@1.12.2",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_from": "object-inspect@1.12.2",
"_id": "object-inspect@1.12.2",
"_inBundle": false,
"_integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
"_location": "/object-inspect",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "object-inspect@1.12.2",
"name": "object-inspect",
"escapedName": "object-inspect",
"rawSpec": "1.12.2",
"saveSpec": null,
"fetchSpec": "1.12.2"
},
"_requiredBy": [
"/es-abstract",
"/side-channel"
],
"_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz",
"_spec": "1.12.2",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
"browser": {
"./util.inspect.js": false
},
"bugs": {
"url": "https://github.com/inspect-js/object-inspect/issues"
},
"description": "string representations of objects in node and the browser",
"main": "index.js",
"sideEffects": false,
"devDependencies": {
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.0",
@@ -23,19 +67,45 @@
"string.prototype.repeat": "^1.0.0",
"tape": "^5.5.3"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"homepage": "https://github.com/inspect-js/object-inspect",
"keywords": [
"inspect",
"util.inspect",
"object",
"stringify",
"pretty"
],
"license": "MIT",
"main": "index.js",
"name": "object-inspect",
"publishConfig": {
"ignore": [
".github/workflows",
"./test-core-js.js"
]
},
"repository": {
"type": "git",
"url": "git://github.com/inspect-js/object-inspect.git"
},
"scripts": {
"lint": "eslint .",
"posttest": "npx 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)\")\"",
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"lint": "eslint .",
"test": "npm run tests-only && npm run test:corejs",
"tests-only": "nyc tape 'test/*.js'",
"test:corejs": "nyc tape test-core-js.js 'test/*.js'",
"posttest": "npx 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)\")\""
"tests-only": "nyc tape 'test/*.js'",
"version": "auto-changelog && git add CHANGELOG.md"
},
"sideEffects": false,
"support": true,
"testling": {
"files": [
"test/*.js",
@@ -52,43 +122,5 @@
"android/latest"
]
},
"repository": {
"type": "git",
"url": "git://github.com/inspect-js/object-inspect.git"
},
"homepage": "https://github.com/inspect-js/object-inspect",
"keywords": [
"inspect",
"util.inspect",
"object",
"stringify",
"pretty"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"license": "MIT",
"browser": {
"./util.inspect.js": false
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
},
"publishConfig": {
"ignore": [
".github/workflows",
"./test-core-js.js"
]
},
"support": true
"version": "1.12.2"
}