add enter functionality and resolve title show bug
This commit is contained in:
75
kitabcitab/node_modules/tapable/package.json
generated
vendored
75
kitabcitab/node_modules/tapable/package.json
generated
vendored
@@ -1,14 +1,42 @@
|
||||
{
|
||||
"name": "tapable",
|
||||
"version": "2.2.1",
|
||||
"author": "Tobias Koppers @sokra",
|
||||
"description": "Just a little module for plugins.",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/webpack/tapable",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/webpack/tapable.git"
|
||||
"_args": [
|
||||
[
|
||||
"tapable@2.2.1",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "tapable@2.2.1",
|
||||
"_id": "tapable@2.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
|
||||
"_location": "/tapable",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "tapable@2.2.1",
|
||||
"name": "tapable",
|
||||
"escapedName": "tapable",
|
||||
"rawSpec": "2.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/enhanced-resolve"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
|
||||
"_spec": "2.2.1",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"author": {
|
||||
"name": "Tobias Koppers @sokra"
|
||||
},
|
||||
"browser": {
|
||||
"util": "./lib/util-browser.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/webpack/tapable/issues"
|
||||
},
|
||||
"description": "Just a little module for plugins.",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.4",
|
||||
@@ -25,20 +53,25 @@
|
||||
"!lib/__tests__",
|
||||
"tapable.d.ts"
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"types": "./tapable.d.ts",
|
||||
"browser": {
|
||||
"util": "./lib/util-browser.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"travis": "yarn pretty-lint && jest --coverage && codecov",
|
||||
"pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js",
|
||||
"pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js"
|
||||
},
|
||||
"homepage": "https://github.com/webpack/tapable",
|
||||
"jest": {
|
||||
"transform": {
|
||||
"__tests__[\\\\/].+\\.js$": "babel-jest"
|
||||
}
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "tapable",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/webpack/tapable.git"
|
||||
},
|
||||
"scripts": {
|
||||
"pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js",
|
||||
"pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js",
|
||||
"test": "jest",
|
||||
"travis": "yarn pretty-lint && jest --coverage && codecov"
|
||||
},
|
||||
"types": "./tapable.d.ts",
|
||||
"version": "2.2.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user