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,35 +1,71 @@
{
"name": "acorn",
"_args": [
[
"acorn@7.4.1",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_development": true,
"_from": "acorn@7.4.1",
"_id": "acorn@7.4.1",
"_inBundle": false,
"_integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
"_location": "/acorn-node/acorn",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn@7.4.1",
"name": "acorn",
"escapedName": "acorn",
"rawSpec": "7.4.1",
"saveSpec": null,
"fetchSpec": "7.4.1"
},
"_requiredBy": [
"/acorn-node"
],
"_resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
"_spec": "7.4.1",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"bin": {
"acorn": "bin/acorn"
},
"bugs": {
"url": "https://github.com/acornjs/acorn/issues"
},
"description": "ECMAScript parser",
"engines": {
"node": ">=0.4.0"
},
"homepage": "https://github.com/acornjs/acorn",
"license": "MIT",
"main": "dist/acorn.js",
"types": "dist/acorn.d.ts",
"module": "dist/acorn.mjs",
"version": "7.4.1",
"engines": {"node": ">=0.4.0"},
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
"web": "https://marijnhaverbeke.nl"
"url": "https://marijnhaverbeke.nl"
},
{
"name": "Ingvar Stepanyan",
"email": "me@rreverser.com",
"web": "https://rreverser.com/"
"url": "https://rreverser.com/"
},
{
"name": "Adrian Heine",
"web": "http://adrianheine.de"
"url": "http://adrianheine.de"
}
],
"module": "dist/acorn.mjs",
"name": "acorn",
"repository": {
"type": "git",
"url": "https://github.com/acornjs/acorn.git"
"url": "git+https://github.com/acornjs/acorn.git"
},
"license": "MIT",
"scripts": {
"prepare": "cd ..; npm run build:main && npm run build:bin"
},
"bin": {"acorn": "./bin/acorn"}
"types": "dist/acorn.d.ts",
"version": "7.4.1"
}

View File

@@ -1,8 +1,37 @@
{
"name": "acorn-node",
"description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions",
"version": "1.8.2",
"author": "Renée Kooi <renee@kooi.me>",
"_args": [
[
"acorn-node@1.8.2",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_development": true,
"_from": "acorn-node@1.8.2",
"_id": "acorn-node@1.8.2",
"_inBundle": false,
"_integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==",
"_location": "/acorn-node",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "acorn-node@1.8.2",
"name": "acorn-node",
"escapedName": "acorn-node",
"rawSpec": "1.8.2",
"saveSpec": null,
"fetchSpec": "1.8.2"
},
"_requiredBy": [
"/detective"
],
"_resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz",
"_spec": "1.8.2",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Renée Kooi",
"email": "renee@kooi.me"
},
"bugs": {
"url": "https://github.com/browserify/acorn-node/issues"
},
@@ -11,6 +40,7 @@
"acorn-walk": "^7.0.0",
"xtend": "^4.0.2"
},
"description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions",
"devDependencies": {
"acorn-bigint": "^0.4.0",
"acorn-class-fields": "^0.3.1",
@@ -34,18 +64,20 @@
],
"license": "Apache-2.0",
"main": "index.js",
"name": "acorn-node",
"repository": {
"type": "git",
"url": "https://github.com/browserify/acorn-node.git"
"url": "git+https://github.com/browserify/acorn-node.git"
},
"scripts": {
"test": "standard && node test/index.js",
"build": "node build.js",
"prepublishOnly": "npm run build",
"build": "node build.js"
"test": "standard && node test/index.js"
},
"standard": {
"ignore": [
"lib/*/*.js"
]
}
},
"version": "1.8.2"
}