保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
  "_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": "D:\\project\\PAM\\PAMapp\\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"
}