npm install

This commit is contained in:
Henry Whitaker
2021-03-07 09:24:01 +00:00
parent 974384db8a
commit 2219b0213c
2674 changed files with 278065 additions and 156050 deletions

View File

@@ -1,41 +1,11 @@
{
"_args": [
[
"postcss-value-parser@3.3.1",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "postcss-value-parser@3.3.1",
"_id": "postcss-value-parser@3.3.1",
"_inBundle": false,
"_integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==",
"_location": "/postcss-normalize-string/postcss-value-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-value-parser@3.3.1",
"name": "postcss-value-parser",
"escapedName": "postcss-value-parser",
"rawSpec": "3.3.1",
"saveSpec": null,
"fetchSpec": "3.3.1"
},
"_requiredBy": [
"/postcss-normalize-string"
],
"_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
"_spec": "3.3.1",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
},
"bugs": {
"url": "https://github.com/TrySound/postcss-value-parser/issues"
},
"name": "postcss-value-parser",
"version": "3.3.1",
"description": "Transforms css values and at-rule params into the tree",
"main": "lib/index.js",
"files": [
"lib"
],
"devDependencies": {
"eslint": "^5.6.1",
"husky": "^1.0.0",
@@ -44,6 +14,13 @@
"tap-spec": "^5.0.0",
"tape": "^4.2.0"
},
"scripts": {
"lint:prettier": "prettier '**/*.js' --list-different",
"lint:js": "eslint . --cache",
"lint": "yarn lint:js && yarn lint:prettier",
"pretest": "yarn lint",
"test": "tape test/*.js | tap-spec"
},
"eslintConfig": {
"env": {
"es6": true,
@@ -51,21 +28,6 @@
},
"extends": "eslint:recommended"
},
"files": [
"lib"
],
"homepage": "https://github.com/TrySound/postcss-value-parser",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"postcss",
"value",
"parser"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint",
@@ -73,18 +35,24 @@
"git add"
]
},
"main": "lib/index.js",
"name": "postcss-value-parser",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"author": "Bogdan Chadkin <trysound@yandex.ru>",
"license": "MIT",
"homepage": "https://github.com/TrySound/postcss-value-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/TrySound/postcss-value-parser.git"
"url": "https://github.com/TrySound/postcss-value-parser.git"
},
"scripts": {
"lint": "yarn lint:js && yarn lint:prettier",
"lint:js": "eslint . --cache",
"lint:prettier": "prettier '**/*.js' --list-different",
"pretest": "yarn lint",
"test": "tape test/*.js | tap-spec"
},
"version": "3.3.1"
"keywords": [
"postcss",
"value",
"parser"
],
"bugs": {
"url": "https://github.com/TrySound/postcss-value-parser/issues"
}
}

View File

@@ -1,73 +1,41 @@
{
"_args": [
[
"postcss-normalize-string@4.0.2",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "postcss-normalize-string@4.0.2",
"_id": "postcss-normalize-string@4.0.2",
"_inBundle": false,
"_integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==",
"_location": "/postcss-normalize-string",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-normalize-string@4.0.2",
"name": "postcss-normalize-string",
"escapedName": "postcss-normalize-string",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
},
"_requiredBy": [
"/cssnano-preset-default"
],
"_resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz",
"_spec": "4.0.2",
"_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": {
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
},
"name": "postcss-normalize-string",
"version": "4.0.2",
"description": "Normalize wrapping quotes for CSS string literals.",
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0"
},
"engines": {
"node": ">=6.9.0"
},
"main": "dist/index.js",
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/cssnano/cssnano",
"scripts": {
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"keywords": [
"css",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-normalize-string",
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0"
},
"scripts": {
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
"homepage": "https://github.com/cssnano/cssnano",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"version": "4.0.2"
"repository": "cssnano/cssnano",
"dependencies": {
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": ">=6.9.0"
}
}