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.
75 lines
2.3 KiB
75 lines
2.3 KiB
{ |
|
"_from": "postcss-attribute-case-insensitive@^4.0.1", |
|
"_id": "postcss-attribute-case-insensitive@4.0.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-L2YKB3vF4PetdTIthQVeT+7YiSzMoNMLLYxPXXppOOP7NoazEAy45sh2LvJ8leCQjfBcfkYQs8TtCcQjeZTp8A==", |
|
"_location": "/postcss-attribute-case-insensitive", |
|
"_phantomChildren": { |
|
"indexes-of": "1.0.1", |
|
"uniq": "1.0.1" |
|
}, |
|
"_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.1.tgz", |
|
"_shasum": "b2a721a0d279c2f9103a36331c88981526428cc7", |
|
"_spec": "postcss-attribute-case-insensitive@^4.0.1", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/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": "^5.0.0" |
|
}, |
|
"deprecated": false, |
|
"description": "PostCSS plugin to support case insensitive attributes", |
|
"devDependencies": { |
|
"babel-cli": "^6.26.0", |
|
"babel-eslint": "^10.0.0", |
|
"babel-plugin-add-module-exports": "^1.0.0", |
|
"babel-preset-env": "^1.7.0", |
|
"babel-register": "^6.26.0", |
|
"chai": "^4.1.2", |
|
"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.1" |
|
}
|
|
|