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
| {
| "_args": [
| [
| "postcss-url@8.0.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "postcss-url@8.0.0",
| "_id": "postcss-url@8.0.0",
| "_inBundle": false,
| "_integrity": "sha512-E2cbOQ5aii2zNHh8F6fk1cxls7QVFZjLPSrqvmiza8OuXLzIpErij8BDS5Y3STPfJgpIMNCPEr8JlKQWEoozUw==",
| "_location": "/postcss-url",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "postcss-url@8.0.0",
| "name": "postcss-url",
| "escapedName": "postcss-url",
| "rawSpec": "8.0.0",
| "saveSpec": null,
| "fetchSpec": "8.0.0"
| },
| "_requiredBy": [
| "/@nuxt/webpack"
| ],
| "_resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-8.0.0.tgz",
| "_spec": "8.0.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Maxime Thirouin"
| },
| "bugs": {
| "url": "https://github.com/postcss/postcss-url/issues"
| },
| "dependencies": {
| "mime": "^2.3.1",
| "minimatch": "^3.0.4",
| "mkdirp": "^0.5.0",
| "postcss": "^7.0.2",
| "xxhashjs": "^0.2.1"
| },
| "description": "PostCSS plugin to rebase or inline on url().",
| "devDependencies": {
| "chai": "^4.1.2",
| "eslint": "^5.3.0",
| "mocha": "^5.2.0",
| "npmpub": "^4.1.0",
| "postcss-import": "^12.0.0"
| },
| "engines": {
| "node": ">=6.0.0"
| },
| "files": [
| "src"
| ],
| "homepage": "https://github.com/postcss/postcss-url#readme",
| "keywords": [
| "css",
| "postcss",
| "postcss-plugin",
| "url",
| "rebase",
| "inline",
| "base64",
| "assets"
| ],
| "license": "MIT",
| "main": "src/index.js",
| "name": "postcss-url",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/postcss/postcss-url.git"
| },
| "scripts": {
| "lint": "eslint --fix .",
| "release": "npmpub",
| "test": "npm run lint && npm run tests",
| "tests": "mocha"
| },
| "version": "8.0.0"
| }
|
|