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
| {
| "_args": [
| [
| "postcss-comment@2.0.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "postcss-comment@2.0.0",
| "_id": "postcss-comment@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-5zT5iKU7c0tK9KJFNrVf+g1MGTkzf/4V3e0Zzm2g1uoFQC5jeTHmB9O1iAqh97+jnKpc6al204e0pwFUiCwseg==",
| "_location": "/postcss-comment",
| "_phantomChildren": {
| "chalk": "2.4.2",
| "source-map": "0.6.1",
| "supports-color": "5.5.0"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "postcss-comment@2.0.0",
| "name": "postcss-comment",
| "escapedName": "postcss-comment",
| "rawSpec": "2.0.0",
| "saveSpec": null,
| "fetchSpec": "2.0.0"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmmirror.com/postcss-comment/-/postcss-comment-2.0.0.tgz",
| "_spec": "2.0.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "zoubin"
| },
| "bugs": {
| "url": "https://github.com/zoubin/postcss-comment/issues"
| },
| "dependencies": {
| "postcss": "^6.0.0"
| },
| "description": "Allow postcss to support inline comments",
| "devDependencies": {
| "postcss-scss": "^0.1.9",
| "tap": "^6.0.0"
| },
| "homepage": "https://github.com/zoubin/postcss-comment#readme",
| "keywords": [
| "postcss",
| "inline",
| "comment"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "postcss-comment",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/zoubin/postcss-comment.git"
| },
| "scripts": {
| "coveralls": "COVERALLS_REPO_TOKEN=REPO_TOKEN npm test",
| "test": "tap test/*.js"
| },
| "version": "2.0.0"
| }
|
|