mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-02 19:17:22 +01:00
npm install
This commit is contained in:
104
conf/site/node_modules/postcss-modules-values/package.json
generated
vendored
104
conf/site/node_modules/postcss-modules-values/package.json
generated
vendored
@@ -1,55 +1,32 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"postcss-modules-values@1.3.0",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
"name": "postcss-modules-values",
|
||||
"version": "1.3.0",
|
||||
"description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"lint": "standard src test",
|
||||
"build": "babel --out-dir lib src",
|
||||
"autotest": "chokidar src test -c 'npm test'",
|
||||
"test": "mocha --compilers js:babel-core/register",
|
||||
"posttest": "npm run lint && npm run build",
|
||||
"travis": "npm run test",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/css-modules/postcss-modules-values.git"
|
||||
},
|
||||
"keywords": [
|
||||
"css",
|
||||
"modules",
|
||||
"postcss"
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "postcss-modules-values@1.3.0",
|
||||
"_id": "postcss-modules-values@1.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=",
|
||||
"_location": "/postcss-modules-values",
|
||||
"_phantomChildren": {
|
||||
"chalk": "2.4.2",
|
||||
"supports-color": "5.5.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "postcss-modules-values@1.3.0",
|
||||
"name": "postcss-modules-values",
|
||||
"escapedName": "postcss-modules-values",
|
||||
"rawSpec": "1.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/css-loader"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz",
|
||||
"_spec": "1.3.0",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"author": {
|
||||
"name": "Glen Maddern"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
"es2015"
|
||||
],
|
||||
"plugins": [
|
||||
"add-module-exports"
|
||||
]
|
||||
},
|
||||
"author": "Glen Maddern",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/css-modules/postcss-modules-values/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"icss-replace-symbols": "^1.1.0",
|
||||
"postcss": "^6.0.1"
|
||||
},
|
||||
"description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
|
||||
"homepage": "https://github.com/css-modules/postcss-modules-values#readme",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.5.2",
|
||||
"babel-core": "^6.5.2",
|
||||
@@ -59,27 +36,16 @@
|
||||
"mocha": "^3.0.2",
|
||||
"standard": "^8.4.0"
|
||||
},
|
||||
"homepage": "https://github.com/css-modules/postcss-modules-values#readme",
|
||||
"keywords": [
|
||||
"css",
|
||||
"modules",
|
||||
"postcss"
|
||||
],
|
||||
"license": "ISC",
|
||||
"main": "lib/index.js",
|
||||
"name": "postcss-modules-values",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/css-modules/postcss-modules-values.git"
|
||||
"dependencies": {
|
||||
"icss-replace-symbols": "^1.1.0",
|
||||
"postcss": "^6.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"autotest": "chokidar src test -c 'npm test'",
|
||||
"build": "babel --out-dir lib src",
|
||||
"lint": "standard src test",
|
||||
"posttest": "npm run lint && npm run build",
|
||||
"prepublish": "npm run build",
|
||||
"test": "mocha --compilers js:babel-core/register",
|
||||
"travis": "npm run test"
|
||||
},
|
||||
"version": "1.3.0"
|
||||
"babel": {
|
||||
"presets": [
|
||||
"es2015"
|
||||
],
|
||||
"plugins": [
|
||||
"add-module-exports"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user