nav tabs on admin dashboard

This commit is contained in:
2019-03-07 00:20:34 -06:00
parent f73d6ae228
commit e4f473f376
11661 changed files with 216240 additions and 1544253 deletions
+55 -17
View File
@@ -1,38 +1,69 @@
{
"_from": "interpret@^1.0.0",
"_id": "interpret@1.1.0",
"_from": "interpret@^1.1.0",
"_id": "interpret@1.2.0",
"_inBundle": false,
"_integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=",
"_integrity": "sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==",
"_location": "/interpret",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "interpret@^1.0.0",
"raw": "interpret@^1.1.0",
"name": "interpret",
"escapedName": "interpret",
"rawSpec": "^1.0.0",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/webpack"
"/webpack-cli"
],
"_resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz",
"_shasum": "7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614",
"_spec": "interpret@^1.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\webpack",
"_resolved": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz",
"_shasum": "d5061a6224be58e8083985f5014d844359576296",
"_spec": "interpret@^1.1.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\webpack-cli",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/tkellen/node-interpret/issues"
"url": "https://github.com/gulpjs/interpret/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
},
{
"name": "Tyler Kellen",
"email": "tyler@sleekcode.net",
"url": "http://goingslowly.com/"
}
],
"dependencies": {},
"deprecated": false,
"description": "A dictionary of file extensions and associated module loaders.",
"homepage": "https://github.com/tkellen/node-interpret",
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3",
"parse-node-version": "^1.0.0",
"rechoir": "^0.6.2",
"shelljs": "0.7.5"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/gulpjs/interpret#readme",
"keywords": [
"cirru-script",
"cjsx",
@@ -72,7 +103,14 @@
"name": "interpret",
"repository": {
"type": "git",
"url": "git://github.com/tkellen/node-interpret.git"
"url": "git+https://github.com/gulpjs/interpret.git"
},
"version": "1.1.0"
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint .",
"pretest": "rm -rf tmp/ && npm run lint",
"test": "mocha --async-only"
},
"version": "1.2.0"
}