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

73 lines
2.1 KiB
JSON
Executable file

{
"_from": "postcss-selector-not@^4.0.0",
"_id": "postcss-selector-not@4.0.1",
"_inBundle": false,
"_integrity": "sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==",
"_location": "/postcss-selector-not",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-selector-not@^4.0.0",
"name": "postcss-selector-not",
"escapedName": "postcss-selector-not",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/postcss-preset-env"
],
"_resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-4.0.1.tgz",
"_shasum": "263016eef1cf219e0ade9a913780fc1f48204cbf",
"_spec": "postcss-selector-not@^4.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/postcss-preset-env",
"author": {
"name": "Maxime Thirouin"
},
"bugs": {
"url": "https://github.com/postcss/postcss-selector-not/issues"
},
"bundleDependencies": false,
"dependencies": {
"balanced-match": "^1.0.0",
"postcss": "^7.0.2"
},
"deprecated": false,
"description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"eslint": "^5.6.0",
"tape": "^4.9.1"
},
"files": [
"dist"
],
"homepage": "https://github.com/postcss/postcss-selector-not#readme",
"keywords": [
"postcss",
"postcss-plugin",
"selectors",
"selector",
"Not"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-selector-not",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-selector-not.git"
},
"scripts": {
"babelify": "babel src --out-dir dist",
"lint": "eslint ./src/*.js ./test/*.js",
"prepublish": "npm run babelify",
"tape": "tape -r babel-register test/*.js",
"test": "npm run lint && npm run babelify && npm run tape"
},
"version": "4.0.1"
}