[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "postcss-attribute-case-insensitive@4.0.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "postcss-attribute-case-insensitive@4.0.2",
|
---|
| 10 | "_id": "postcss-attribute-case-insensitive@4.0.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==",
|
---|
| 13 | "_location": "/postcss-attribute-case-insensitive",
|
---|
| 14 | "_phantomChildren": {
|
---|
| 15 | "picocolors": "0.2.1"
|
---|
[6a3a178] | 16 | },
|
---|
[59329aa] | 17 | "_requested": {
|
---|
| 18 | "type": "version",
|
---|
| 19 | "registry": true,
|
---|
| 20 | "raw": "postcss-attribute-case-insensitive@4.0.2",
|
---|
| 21 | "name": "postcss-attribute-case-insensitive",
|
---|
| 22 | "escapedName": "postcss-attribute-case-insensitive",
|
---|
| 23 | "rawSpec": "4.0.2",
|
---|
| 24 | "saveSpec": null,
|
---|
| 25 | "fetchSpec": "4.0.2"
|
---|
[6a3a178] | 26 | },
|
---|
[59329aa] | 27 | "_requiredBy": [
|
---|
| 28 | "/postcss-preset-env"
|
---|
[6a3a178] | 29 | ],
|
---|
[59329aa] | 30 | "_resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.2.tgz",
|
---|
| 31 | "_spec": "4.0.2",
|
---|
| 32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 33 | "author": {
|
---|
| 34 | "name": "Dmitry Semigradsky"
|
---|
| 35 | },
|
---|
[6a3a178] | 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues"
|
---|
| 38 | },
|
---|
[59329aa] | 39 | "dependencies": {
|
---|
| 40 | "postcss": "^7.0.2",
|
---|
| 41 | "postcss-selector-parser": "^6.0.2"
|
---|
| 42 | },
|
---|
| 43 | "description": "PostCSS plugin to support case insensitive attributes",
|
---|
[6a3a178] | 44 | "devDependencies": {
|
---|
| 45 | "@babel/cli": "^7.8.3",
|
---|
| 46 | "@babel/core": "^7.8.3",
|
---|
| 47 | "@babel/node": "^7.8.3",
|
---|
| 48 | "@babel/preset-env": "^7.8.3",
|
---|
| 49 | "@babel/register": "^7.8.3",
|
---|
| 50 | "chai": "^4.2.0",
|
---|
| 51 | "eslint": "^5.6.0",
|
---|
| 52 | "eslint-config-airbnb-base": "^13.1.0",
|
---|
| 53 | "eslint-plugin-import": "^2.14.0",
|
---|
| 54 | "mocha": "^5.2.0"
|
---|
| 55 | },
|
---|
[59329aa] | 56 | "homepage": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
|
---|
| 57 | "keywords": [
|
---|
| 58 | "postcss",
|
---|
| 59 | "css",
|
---|
| 60 | "postcss-plugin",
|
---|
| 61 | "attribute",
|
---|
| 62 | "insensitive",
|
---|
| 63 | "sensitive",
|
---|
| 64 | "CSS4"
|
---|
| 65 | ],
|
---|
| 66 | "license": "MIT",
|
---|
| 67 | "main": "dist/index.js",
|
---|
| 68 | "name": "postcss-attribute-case-insensitive",
|
---|
| 69 | "repository": {
|
---|
| 70 | "type": "git",
|
---|
| 71 | "url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git"
|
---|
| 72 | },
|
---|
| 73 | "scripts": {
|
---|
| 74 | "prepublish": "babel src --out-dir dist",
|
---|
| 75 | "test": "eslint src && npm run prepublish && mocha --require @babel/register"
|
---|
| 76 | },
|
---|
| 77 | "version": "4.0.2"
|
---|
[6a3a178] | 78 | }
|
---|