'f'
mh-two-thousand-and-two
2024-04-12 26f2711ef9461961fb953e2b497bd314ef95e345
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  "_args": [
    [
      "postcss-modules-scope@2.2.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "postcss-modules-scope@2.2.0",
  "_id": "postcss-modules-scope@2.2.0",
  "_inBundle": false,
  "_integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==",
  "_location": "/postcss-modules-scope",
  "_phantomChildren": {
    "cssesc": "3.0.0",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "postcss-modules-scope@2.2.0",
    "name": "postcss-modules-scope",
    "escapedName": "postcss-modules-scope",
    "rawSpec": "2.2.0",
    "saveSpec": null,
    "fetchSpec": "2.2.0"
  },
  "_requiredBy": [
    "/@hap-toolkit/dsl-vue/css-loader",
    "/css-loader"
  ],
  "_resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz",
  "_spec": "2.2.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Glen Maddern"
  },
  "bugs": {
    "url": "https://github.com/css-modules/postcss-modules-scope/issues"
  },
  "dependencies": {
    "postcss": "^7.0.6",
    "postcss-selector-parser": "^6.0.0"
  },
  "description": "A CSS Modules transform to extract export statements from local-scope classes",
  "devDependencies": {
    "chokidar-cli": "^1.0.1",
    "codecov.io": "^0.1.2",
    "coveralls": "^3.0.2",
    "cssesc": "^3.0.0",
    "eslint": "^5.9.0",
    "mocha": "^6.0.2",
    "nyc": "^14.1.0"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/css-modules/postcss-modules-scope",
  "keywords": [
    "css-modules",
    "postcss",
    "plugin"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "name": "postcss-modules-scope",
  "prettier": {
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/css-modules/postcss-modules-scope.git"
  },
  "scripts": {
    "autotest": "chokidar src test -c 'yarn test'",
    "cover": "nyc mocha",
    "lint": "eslint src test",
    "precover": "yarn lint",
    "prepublish": "yarn run test",
    "pretest": "yarn lint",
    "test": "mocha",
    "travis": "yarn cover"
  },
  "version": "2.2.0"
}