73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"_from": "resolve-url-loader@^2.2.1",
|
|
"_id": "resolve-url-loader@2.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-tpt4A/tOT8jxRDa91RbBV4c22AGj+WllOxT8rYSYhT2XDdL33Nca9HudwVx4mvP9PLokz+wpCu44tWUGVMYYLA==",
|
|
"_location": "/resolve-url-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "resolve-url-loader@^2.2.1",
|
|
"name": "resolve-url-loader",
|
|
"escapedName": "resolve-url-loader",
|
|
"rawSpec": "^2.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/laravel-mix"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-2.3.1.tgz",
|
|
"_shasum": "b462fc7a78a22baf3ee462568d8ff5d766f7f1da",
|
|
"_spec": "resolve-url-loader@^2.2.1",
|
|
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\laravel-mix",
|
|
"author": {
|
|
"name": "bholloway"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bholloway/resolve-url-loader/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"adjust-sourcemap-loader": "^1.1.0",
|
|
"camelcase": "^4.1.0",
|
|
"convert-source-map": "^1.5.1",
|
|
"loader-utils": "^1.1.0",
|
|
"lodash.defaults": "^4.0.0",
|
|
"rework": "^1.0.1",
|
|
"rework-visit": "^1.0.0",
|
|
"source-map": "^0.5.7",
|
|
"urix": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Webpack loader that resolves relative paths in url() statements based on the original source file",
|
|
"devDependencies": {
|
|
"jshint": "^2.9.5"
|
|
},
|
|
"homepage": "https://github.com/bholloway/resolve-url-loader",
|
|
"keywords": [
|
|
"webpack",
|
|
"loader",
|
|
"css",
|
|
"normalize",
|
|
"rewrite",
|
|
"resolve",
|
|
"url",
|
|
"sass",
|
|
"relative",
|
|
"file"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "resolve-url-loader",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bholloway/resolve-url-loader.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint index.js lib"
|
|
},
|
|
"version": "2.3.1"
|
|
}
|