projecte_ionic/node_modules/stylehacks/package.json
2022-02-09 18:30:03 +01:00

79 lines
2 KiB
JSON
Executable file

{
"_from": "stylehacks@^5.0.1",
"_id": "stylehacks@5.0.1",
"_inBundle": false,
"_integrity": "sha512-Es0rVnHIqbWzveU1b24kbw92HsebBepxfcqe5iix7t9j0PQqhs0IxXVXv0pY2Bxa08CgMkzD6OWql7kbGOuEdA==",
"_location": "/stylehacks",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "stylehacks@^5.0.1",
"name": "stylehacks",
"escapedName": "stylehacks",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
},
"_requiredBy": [
"/postcss-merge-longhand"
],
"_resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.0.1.tgz",
"_shasum": "323ec554198520986806388c7fdaebc38d2c06fb",
"_spec": "stylehacks@^5.0.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/postcss-merge-longhand",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"browserslist": "^4.16.0",
"postcss-selector-parser": "^6.0.4"
},
"deprecated": false,
"description": "Detect/remove browser hacks from CSS files.",
"devDependencies": {
"postcss": "^8.2.15"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"files": [
"LICENSE-MIT",
"dist"
],
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"browsers",
"css",
"hack",
"hacks",
"optimise",
"postcss",
"postcss-plugin",
"stylehacks"
],
"license": "MIT",
"main": "dist/index.js",
"name": "stylehacks",
"peerDependencies": {
"postcss": "^8.2.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
"prebuild": "del-cli dist",
"prepublish": "yarn build"
},
"version": "5.0.1"
}