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
| {
| "_args": [
| [
| "icss-replace-symbols@1.1.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "icss-replace-symbols@1.1.0",
| "_id": "icss-replace-symbols@1.1.0",
| "_inBundle": false,
| "_integrity": "sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==",
| "_location": "/icss-replace-symbols",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "icss-replace-symbols@1.1.0",
| "name": "icss-replace-symbols",
| "escapedName": "icss-replace-symbols",
| "rawSpec": "1.1.0",
| "saveSpec": null,
| "fetchSpec": "1.1.0"
| },
| "_requiredBy": [
| "/@hap-toolkit/dsl-vue/postcss-modules-values"
| ],
| "_resolved": "https://registry.npmmirror.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
| "_spec": "1.1.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Glen Maddern"
| },
| "bugs": {
| "url": "https://github.com/css-modules/icss-replace-symbols/issues"
| },
| "description": "Replacing symbols during the linking phase of ICSS",
| "devDependencies": {
| "babel-cli": "^6.18.0",
| "babel-preset-es2015": "^6.18.0",
| "babel-register": "^6.18.0",
| "chokidar": "^1.3.0",
| "mocha": "^3.1.2",
| "postcss": "^6.0.1",
| "standard": "^8.4.0"
| },
| "homepage": "https://github.com/css-modules/icss-replace-symbols#readme",
| "keywords": [
| "css",
| "modules",
| "icss",
| "postcss"
| ],
| "license": "ISC",
| "main": "lib/index.js",
| "name": "icss-replace-symbols",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/css-modules/icss-replace-symbols.git"
| },
| "scripts": {
| "autotest": "chokidar src test -c 'npm test'",
| "build": "babel --out-dir lib src",
| "lint": "standard src test",
| "posttest": "npm run lint && npm run build",
| "prepublish": "npm run build",
| "test": "mocha --compilers js:babel-register",
| "travis": "npm run test"
| },
| "version": "1.1.0"
| }
|
|