nav tabs on admin dashboard
This commit is contained in:
42
node_modules/tapable/package.json
generated
vendored
42
node_modules/tapable/package.json
generated
vendored
@@ -1,27 +1,27 @@
|
||||
{
|
||||
"_from": "tapable@^0.2.7",
|
||||
"_id": "tapable@0.2.8",
|
||||
"_from": "tapable@^1.1.0",
|
||||
"_id": "tapable@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-mTcqXJmb8t8WCvwNdL7U9HlIzSI=",
|
||||
"_integrity": "sha512-9I2ydhj8Z9veORCw5PRm4u9uebCn0mcCa6scWoNcbZ6dAtoo2618u9UUzxgmsCOreJpqDDuv61LvwofW7hLcBA==",
|
||||
"_location": "/tapable",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "tapable@^0.2.7",
|
||||
"raw": "tapable@^1.1.0",
|
||||
"name": "tapable",
|
||||
"escapedName": "tapable",
|
||||
"rawSpec": "^0.2.7",
|
||||
"rawSpec": "^1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.2.7"
|
||||
"fetchSpec": "^1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/enhanced-resolve",
|
||||
"/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tapable/-/tapable-0.2.8.tgz",
|
||||
"_shasum": "99372a5c999bf2df160afc0d74bed4f47948cd22",
|
||||
"_spec": "tapable@^0.2.7",
|
||||
"_resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.1.tgz",
|
||||
"_shasum": "4d297923c5a72a42360de2ab52dadfaaec00018e",
|
||||
"_spec": "tapable@^1.1.0",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\webpack",
|
||||
"author": {
|
||||
"name": "Tobias Koppers @sokra"
|
||||
@@ -33,25 +33,37 @@
|
||||
"deprecated": false,
|
||||
"description": "Just a little module for plugins.",
|
||||
"devDependencies": {
|
||||
"mocha": "^2.2.4",
|
||||
"should": "^5.2.0"
|
||||
"babel-core": "^6.26.0",
|
||||
"babel-jest": "^21.0.2",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"babel-preset-env": "^1.6.0",
|
||||
"codecov": "^2.3.0",
|
||||
"jest": "^21.0.4",
|
||||
"prettier": "^1.13.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.6"
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/webpack/tapable",
|
||||
"jest": {
|
||||
"transform": {
|
||||
"__tests__[\\\\/].+\\.js$": "babel-jest"
|
||||
}
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "lib/Tapable.js",
|
||||
"main": "lib/index.js",
|
||||
"name": "tapable",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/webpack/tapable.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec"
|
||||
"pretty": "prettier --write lib/*.js lib/__tests__/*.js",
|
||||
"test": "jest",
|
||||
"travis": "jest --coverage && codecov"
|
||||
},
|
||||
"version": "0.2.8"
|
||||
"version": "1.1.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user