nav tabs on admin dashboard
This commit is contained in:
30
node_modules/acorn-dynamic-import/package.json
generated
vendored
30
node_modules/acorn-dynamic-import/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "acorn-dynamic-import@^2.0.0",
|
||||
"_id": "acorn-dynamic-import@2.0.2",
|
||||
"_from": "acorn-dynamic-import@^4.0.0",
|
||||
"_id": "acorn-dynamic-import@4.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-x1K9IQvvZ5UBtsbLf8hPj0cVjMQ=",
|
||||
"_integrity": "sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==",
|
||||
"_location": "/acorn-dynamic-import",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "acorn-dynamic-import@^2.0.0",
|
||||
"raw": "acorn-dynamic-import@^4.0.0",
|
||||
"name": "acorn-dynamic-import",
|
||||
"escapedName": "acorn-dynamic-import",
|
||||
"rawSpec": "^2.0.0",
|
||||
"rawSpec": "^4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
"fetchSpec": "^4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz",
|
||||
"_shasum": "c752bd210bef679501b6c6cb7fc84f8f47158cc4",
|
||||
"_spec": "acorn-dynamic-import@^2.0.0",
|
||||
"_resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz",
|
||||
"_shasum": "482210140582a36b83c3e342e1cfebcaa9240948",
|
||||
"_spec": "acorn-dynamic-import@^4.0.0",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\webpack",
|
||||
"author": {
|
||||
"name": "Jordan Gensler",
|
||||
@@ -30,12 +30,11 @@
|
||||
"url": "https://github.com/kesne/acorn-dynamic-import/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"acorn": "^4.0.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Support dynamic imports in acorn",
|
||||
"devDependencies": {
|
||||
"acorn": "^6.0.0",
|
||||
"acorn-walk": "^6.0.0",
|
||||
"babel-cli": "^6.18.0",
|
||||
"babel-eslint": "^7.1.1",
|
||||
"babel-preset-airbnb": "^2.1.1",
|
||||
@@ -45,7 +44,7 @@
|
||||
"eslint-config-airbnb-base": "^10.0.1",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"in-publish": "^2.0.0",
|
||||
"mocha": "^2.2.5",
|
||||
"mocha": "^5.2.0",
|
||||
"rimraf": "^2.5.4",
|
||||
"safe-publish-latest": "^1.1.1"
|
||||
},
|
||||
@@ -53,6 +52,9 @@
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "acorn-dynamic-import",
|
||||
"peerDependencies": {
|
||||
"acorn": "^6.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kesne/acorn-dynamic-import.git"
|
||||
@@ -72,5 +74,5 @@
|
||||
"version:minor": "npm --no-git-tag-version version minor",
|
||||
"version:patch": "npm --no-git-tag-version version patch"
|
||||
},
|
||||
"version": "2.0.2"
|
||||
"version": "4.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user