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.
73 lines
2.3 KiB
73 lines
2.3 KiB
4 years ago
|
{
|
||
|
"_from": "postcss-attribute-case-insensitive@^4.0.1",
|
||
|
"_id": "postcss-attribute-case-insensitive@4.0.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==",
|
||
|
"_location": "/postcss-attribute-case-insensitive",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "postcss-attribute-case-insensitive@^4.0.1",
|
||
|
"name": "postcss-attribute-case-insensitive",
|
||
|
"escapedName": "postcss-attribute-case-insensitive",
|
||
|
"rawSpec": "^4.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^4.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/postcss-preset-env"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz",
|
||
|
"_shasum": "d93e46b504589e94ac7277b0463226c68041a880",
|
||
|
"_spec": "postcss-attribute-case-insensitive@^4.0.1",
|
||
|
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\postcss-preset-env",
|
||
|
"author": {
|
||
|
"name": "Dmitry Semigradsky"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"postcss": "^7.0.2",
|
||
|
"postcss-selector-parser": "^6.0.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "PostCSS plugin to support case insensitive attributes",
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.8.3",
|
||
|
"@babel/core": "^7.8.3",
|
||
|
"@babel/node": "^7.8.3",
|
||
|
"@babel/preset-env": "^7.8.3",
|
||
|
"@babel/register": "^7.8.3",
|
||
|
"chai": "^4.2.0",
|
||
|
"eslint": "^5.6.0",
|
||
|
"eslint-config-airbnb-base": "^13.1.0",
|
||
|
"eslint-plugin-import": "^2.14.0",
|
||
|
"mocha": "^5.2.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
|
||
|
"keywords": [
|
||
|
"postcss",
|
||
|
"css",
|
||
|
"postcss-plugin",
|
||
|
"attribute",
|
||
|
"insensitive",
|
||
|
"sensitive",
|
||
|
"CSS4"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "dist/index.js",
|
||
|
"name": "postcss-attribute-case-insensitive",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"prepublish": "babel src --out-dir dist",
|
||
|
"test": "eslint src && npm run prepublish && mocha --require @babel/register"
|
||
|
},
|
||
|
"version": "4.0.2"
|
||
|
}
|