Gazebo_simulation-Frontend/node_modules/postcss-normalize-repeat-style/package.json

41 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
{
2021-02-25 11:57:52 -04:00
"name": "postcss-normalize-repeat-style",
"version": "4.0.2",
"description": "Convert two value syntax for repeat-style into one value.",
"main": "dist/index.js",
"scripts": {
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
2020-12-21 11:29:31 -04:00
},
2021-02-25 11:57:52 -04:00
"files": [
"LICENSE-MIT",
"dist"
2020-12-21 11:29:31 -04:00
],
2021-02-25 11:57:52 -04:00
"license": "MIT",
2020-12-21 11:29:31 -04:00
"dependencies": {
"cssnano-util-get-arguments": "^4.0.0",
"cssnano-util-get-match": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0"
},
"devDependencies": {
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0"
},
2021-02-25 11:57:52 -04:00
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
2020-12-21 11:29:31 -04:00
},
2021-02-25 11:57:52 -04:00
"repository": "cssnano/cssnano",
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
2020-12-21 11:29:31 -04:00
},
2021-02-25 11:57:52 -04:00
"homepage": "https://github.com/cssnano/cssnano",
"engines": {
"node": ">=6.9.0"
}
,"_resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz"
,"_integrity": "sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q=="
,"_from": "postcss-normalize-repeat-style@4.0.2"
}