add enter functionality and resolve title show bug
This commit is contained in:
48
kitabcitab/node_modules/acorn-node/package.json
generated
vendored
48
kitabcitab/node_modules/acorn-node/package.json
generated
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user