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
| {
| "_args": [
| [
| "postcss-urlrewrite@0.2.2",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "postcss-urlrewrite@0.2.2",
| "_id": "postcss-urlrewrite@0.2.2",
| "_inBundle": false,
| "_integrity": "sha512-DxPSgykgHjoV4Z+ygvq2C5HkiuiKQQD74xpoNQSQuyi8zab9nODVtNKfnCN6BEv9VZrjpOGLGAf8BDvgG6EtHg==",
| "_location": "/postcss-urlrewrite",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "postcss-urlrewrite@0.2.2",
| "name": "postcss-urlrewrite",
| "escapedName": "postcss-urlrewrite",
| "rawSpec": "0.2.2",
| "saveSpec": null,
| "fetchSpec": "0.2.2"
| },
| "_requiredBy": [
| "/@dcloudio/uni-cli-shared"
| ],
| "_resolved": "https://registry.npmmirror.com/postcss-urlrewrite/-/postcss-urlrewrite-0.2.2.tgz",
| "_spec": "0.2.2",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "authors": [
| "Alexey Ivanov <iadramelk@gmail.com>"
| ],
| "bugs": {
| "url": "https://github.com/iAdramelk/postcss-urlrewrite/issues"
| },
| "dependencies": {
| "postcss-helpers": "^0.3.2"
| },
| "description": "PostCSS plugin for easy url() rewriting.",
| "devDependencies": {
| "mocha": "^3.5.0",
| "postcss": "^6.0.10"
| },
| "engines": {
| "node": ">=0.12.9"
| },
| "homepage": "https://github.com/iAdramelk/postcss-urlrewrite#readme",
| "keywords": [
| "postcss",
| "css"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "postcss-urlrewrite",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/iAdramelk/postcss-urlrewrite.git"
| },
| "scripts": {
| "test": "mocha --reporter list"
| },
| "version": "0.2.2"
| }
|
|