81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-url@7.3.2",
|
|
"/Applications/work/GitLab/lepu-test-platform-web"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "postcss-url@7.3.2",
|
|
"_id": "postcss-url@7.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-QMV5mA+pCYZQcUEPQkmor9vcPQ2MT+Ipuu8qdi1gVxbNiIiErEGft+eny1ak19qALoBkccS5AHaCaCDzh7b9MA==",
|
|
"_location": "/postcss-url",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-url@7.3.2",
|
|
"name": "postcss-url",
|
|
"escapedName": "postcss-url",
|
|
"rawSpec": "7.3.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.3.2"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-7.3.2.tgz",
|
|
"_spec": "7.3.2",
|
|
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
|
|
"author": {
|
|
"name": "Maxime Thirouin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss-url/issues"
|
|
},
|
|
"dependencies": {
|
|
"mime": "^1.4.1",
|
|
"minimatch": "^3.0.4",
|
|
"mkdirp": "^0.5.0",
|
|
"postcss": "^6.0.1",
|
|
"xxhashjs": "^0.2.1"
|
|
},
|
|
"description": "PostCSS plugin to rebase or inline on url().",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"eslint": "^3.16.1",
|
|
"mocha": "^3.2.0",
|
|
"npmpub": "^3.0.1",
|
|
"postcss-import": "^10.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": "7.3.2"
|
|
}
|