nav tabs on admin dashboard
This commit is contained in:
58
node_modules/postcss-minify-font-values/package.json
generated
vendored
58
node_modules/postcss-minify-font-values/package.json
generated
vendored
@@ -1,57 +1,52 @@
|
||||
{
|
||||
"_from": "postcss-minify-font-values@^1.0.2",
|
||||
"_id": "postcss-minify-font-values@1.0.5",
|
||||
"_from": "postcss-minify-font-values@^4.0.2",
|
||||
"_id": "postcss-minify-font-values@4.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-S1jttWZB66fIR0qzUmyv17vey2k=",
|
||||
"_integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==",
|
||||
"_location": "/postcss-minify-font-values",
|
||||
"_phantomChildren": {
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"has-ansi": "2.0.0",
|
||||
"js-base64": "2.4.9",
|
||||
"strip-ansi": "3.0.1"
|
||||
},
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "postcss-minify-font-values@^1.0.2",
|
||||
"raw": "postcss-minify-font-values@^4.0.2",
|
||||
"name": "postcss-minify-font-values",
|
||||
"escapedName": "postcss-minify-font-values",
|
||||
"rawSpec": "^1.0.2",
|
||||
"rawSpec": "^4.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.2"
|
||||
"fetchSpec": "^4.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano"
|
||||
"/cssnano-preset-default"
|
||||
],
|
||||
"_resolved": "http://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz",
|
||||
"_shasum": "4b58edb56641eba7c8474ab3526cafd7bbdecb69",
|
||||
"_spec": "postcss-minify-font-values@^1.0.2",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
|
||||
"_resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz",
|
||||
"_shasum": "cd4c344cce474343fac5d82206ab2cbcb8afd5a6",
|
||||
"_spec": "postcss-minify-font-values@^4.0.2",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano-preset-default",
|
||||
"author": {
|
||||
"name": "Bogdan Chadkin",
|
||||
"email": "trysound@yandex.ru"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/TrySound/postcss-minify-font-values/issues"
|
||||
"url": "https://github.com/cssnano/cssnano/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"object-assign": "^4.0.1",
|
||||
"postcss": "^5.0.4",
|
||||
"postcss-value-parser": "^3.0.2"
|
||||
"postcss": "^7.0.0",
|
||||
"postcss-value-parser": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Minify font declarations with PostCSS",
|
||||
"devDependencies": {
|
||||
"eslint": "^1.3.1",
|
||||
"tap-spec": "^4.1.0",
|
||||
"tape": "^4.2.0"
|
||||
"babel-cli": "^6.0.0",
|
||||
"cross-env": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib"
|
||||
"dist"
|
||||
],
|
||||
"homepage": "https://github.com/TrySound/postcss-minify-font-values",
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"keywords": [
|
||||
"css",
|
||||
"font",
|
||||
@@ -61,15 +56,14 @@
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"main": "dist/index.js",
|
||||
"name": "postcss-minify-font-values",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/TrySound/postcss-minify-font-values.git"
|
||||
"url": "git+https://github.com/cssnano/cssnano.git"
|
||||
},
|
||||
"scripts": {
|
||||
"posttest": "eslint index.js lib test",
|
||||
"test": "tape test/*.js | tap-spec"
|
||||
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
"version": "4.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user