mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-05 12:25:23 +01:00
npm install
This commit is contained in:
102
conf/site/node_modules/postcss-reduce-initial/package.json
generated
vendored
102
conf/site/node_modules/postcss-reduce-initial/package.json
generated
vendored
@@ -1,48 +1,23 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"postcss-reduce-initial@4.0.3",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "postcss-reduce-initial@4.0.3",
|
||||
"_id": "postcss-reduce-initial@4.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==",
|
||||
"_location": "/postcss-reduce-initial",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "postcss-reduce-initial@4.0.3",
|
||||
"name": "postcss-reduce-initial",
|
||||
"escapedName": "postcss-reduce-initial",
|
||||
"rawSpec": "4.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano-preset-default"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz",
|
||||
"_spec": "4.0.3",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"author": {
|
||||
"name": "Ben Briggs",
|
||||
"email": "beneb.info@gmail.com",
|
||||
"url": "http://beneb.info"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssnano/cssnano/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"browserslist": "^4.0.0",
|
||||
"caniuse-api": "^3.0.0",
|
||||
"has": "^1.0.0",
|
||||
"postcss": "^7.0.0"
|
||||
},
|
||||
"name": "postcss-reduce-initial",
|
||||
"version": "4.0.3",
|
||||
"description": "Reduce initial definitions to the actual initial value, where possible.",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"data",
|
||||
"dist/index.js",
|
||||
"LICENSE-MIT"
|
||||
],
|
||||
"scripts": {
|
||||
"acquire": "babel-node ./src/acquire.js",
|
||||
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/,src/acquire.js"
|
||||
},
|
||||
"keywords": [
|
||||
"css",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.0.0",
|
||||
"cross-env": "^5.0.0",
|
||||
@@ -50,30 +25,23 @@
|
||||
"html2plaintext": "^2.0.0",
|
||||
"write-file": "^1.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"author": {
|
||||
"name": "Ben Briggs",
|
||||
"email": "beneb.info@gmail.com",
|
||||
"url": "http://beneb.info"
|
||||
},
|
||||
"repository": "cssnano/cssnano",
|
||||
"dependencies": {
|
||||
"browserslist": "^4.0.0",
|
||||
"caniuse-api": "^3.0.0",
|
||||
"has": "^1.0.0",
|
||||
"postcss": "^7.0.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cssnano/cssnano/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"files": [
|
||||
"data",
|
||||
"dist/index.js",
|
||||
"LICENSE-MIT"
|
||||
],
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"keywords": [
|
||||
"css",
|
||||
"postcss",
|
||||
"postcss-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"name": "postcss-reduce-initial",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cssnano/cssnano.git"
|
||||
},
|
||||
"scripts": {
|
||||
"acquire": "babel-node ./src/acquire.js",
|
||||
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/,src/acquire.js"
|
||||
},
|
||||
"version": "4.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user