add enter functionality and resolve title show bug
This commit is contained in:
45
kitabcitab/node_modules/detective/package.json
generated
vendored
45
kitabcitab/node_modules/detective/package.json
generated
vendored
@@ -1,24 +1,57 @@
|
||||
{
|
||||
"name": "detective",
|
||||
"description": "find all require() calls by walking the AST",
|
||||
"version": "5.2.1",
|
||||
"_args": [
|
||||
[
|
||||
"detective@5.2.1",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "detective@5.2.1",
|
||||
"_id": "detective@5.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==",
|
||||
"_location": "/detective",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "detective@5.2.1",
|
||||
"name": "detective",
|
||||
"escapedName": "detective",
|
||||
"rawSpec": "5.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/tailwindcss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz",
|
||||
"_spec": "5.2.1",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "James Halliday",
|
||||
"email": "mail@substack.net",
|
||||
"url": "http://substack.net"
|
||||
},
|
||||
"bin": "bin/detective.js",
|
||||
"bin": {
|
||||
"detective": "bin/detective.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/browserify/detective/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn-node": "^1.8.2",
|
||||
"defined": "^1.0.0",
|
||||
"minimist": "^1.2.6"
|
||||
},
|
||||
"description": "find all require() calls by walking the AST",
|
||||
"devDependencies": {
|
||||
"tap": "^10.7.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
},
|
||||
"homepage": "https://github.com/browserify/detective#readme",
|
||||
"keywords": [
|
||||
"analyze",
|
||||
"ast",
|
||||
@@ -27,11 +60,13 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "detective",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/browserify/detective.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
}
|
||||
},
|
||||
"version": "5.2.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user