nav tabs on admin dashboard
This commit is contained in:
35
node_modules/source-map-support/package.json
generated
vendored
35
node_modules/source-map-support/package.json
generated
vendored
@@ -1,42 +1,43 @@
|
||||
{
|
||||
"_from": "source-map-support@^0.4.15",
|
||||
"_id": "source-map-support@0.4.18",
|
||||
"_from": "source-map-support@~0.5.9",
|
||||
"_id": "source-map-support@0.5.10",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==",
|
||||
"_integrity": "sha512-YfQ3tQFTK/yzlGJuX8pTwa4tifQj4QS2Mj7UegOu8jAz59MqIiMGPXxQhVQiIMNzayuUSF/jEuVnfFF5JqybmQ==",
|
||||
"_location": "/source-map-support",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "source-map-support@^0.4.15",
|
||||
"raw": "source-map-support@~0.5.9",
|
||||
"name": "source-map-support",
|
||||
"escapedName": "source-map-support",
|
||||
"rawSpec": "^0.4.15",
|
||||
"rawSpec": "~0.5.9",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.4.15"
|
||||
"fetchSpec": "~0.5.9"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-register"
|
||||
"/terser"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz",
|
||||
"_shasum": "0286a6de8be42641338594e97ccea75f0a2c585f",
|
||||
"_spec": "source-map-support@^0.4.15",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\babel-register",
|
||||
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.10.tgz",
|
||||
"_shasum": "2214080bc9d51832511ee2bab96e3c2f9353120c",
|
||||
"_spec": "source-map-support@~0.5.9",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\terser",
|
||||
"bugs": {
|
||||
"url": "https://github.com/evanw/node-source-map-support/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"source-map": "^0.5.6"
|
||||
"buffer-from": "^1.0.0",
|
||||
"source-map": "^0.6.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Fixes stack traces for files with source maps",
|
||||
"devDependencies": {
|
||||
"browserify": "3.44.2",
|
||||
"coffee-script": "1.7.1",
|
||||
"browserify": "^3.46.1",
|
||||
"coffeescript": "^1.12.7",
|
||||
"http-server": "^0.8.5",
|
||||
"mocha": "1.18.2",
|
||||
"webpack": "^1.13.3"
|
||||
"mocha": "^1.21.5",
|
||||
"webpack": "^1.15.0"
|
||||
},
|
||||
"homepage": "https://github.com/evanw/node-source-map-support#readme",
|
||||
"license": "MIT",
|
||||
@@ -52,5 +53,5 @@
|
||||
"serve-tests": "http-server -p 1336",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.4.18"
|
||||
"version": "0.5.10"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user