You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.9 KiB

{
"_from": "resolve-url-loader@^2.1.1",
"_id": "resolve-url-loader@2.3.2",
"_inBundle": false,
"_integrity": "sha1-g7uevDkrZsVjeV7vIvB4lwNXom4=",
"_location": "/resolve-url-loader",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "resolve-url-loader@^2.1.1",
"name": "resolve-url-loader",
"escapedName": "resolve-url-loader",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/vue-photo-preview"
],
"_resolved": "https://registry.npm.taobao.org/resolve-url-loader/download/resolve-url-loader-2.3.2.tgz",
"_shasum": "83bb9ebc392b66c563795eef22f078970357a26e",
"_spec": "resolve-url-loader@^2.1.1",
"_where": "/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/vue-photo-preview",
"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"
},
"files": [
"index.js",
"lib"
],
"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.2"
}