Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
51 lines
1.1 KiB
2 years ago
|
{
|
||
|
"name": "postcss-normalize-url",
|
||
|
"version": "5.0.2",
|
||
|
"description": "Normalize URLs with PostCSS",
|
||
|
"main": "dist/index.js",
|
||
|
"files": [
|
||
|
"dist",
|
||
|
"LICENSE-MIT"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"prebuild": "rimraf dist",
|
||
|
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
||
|
"prepare": "yarn build"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"normalize",
|
||
|
"optimise",
|
||
|
"optimisation",
|
||
|
"postcss",
|
||
|
"postcss-plugin",
|
||
|
"url"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"is-absolute-url": "^3.0.3",
|
||
|
"normalize-url": "^6.0.1",
|
||
|
"postcss-value-parser": "^4.1.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/cssnano/cssnano",
|
||
|
"author": {
|
||
|
"name": "Ben Briggs",
|
||
|
"email": "beneb.info@gmail.com",
|
||
|
"url": "http://beneb.info"
|
||
|
},
|
||
|
"repository": "cssnano/cssnano",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/cssnano/cssnano/issues"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "^10 || ^12 || >=14.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"postcss": "^8.2.15"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"postcss": "^8.2.15"
|
||
|
},
|
||
|
"gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7"
|
||
|
}
|