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.

73 lines
1.9 KiB

{
"_from": "adjust-sourcemap-loader@^1.1.0",
"_id": "adjust-sourcemap-loader@1.2.0",
"_inBundle": false,
"_integrity": "sha1-4z/eleUNufKoAuNkfjEdL8UADGk=",
"_location": "/adjust-sourcemap-loader",
"_phantomChildren": {
"lodash._baseassign": "3.2.0",
"lodash._createassigner": "3.1.1",
"lodash.keys": "3.1.2",
"lodash.restparam": "3.6.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "adjust-sourcemap-loader@^1.1.0",
"name": "adjust-sourcemap-loader",
"escapedName": "adjust-sourcemap-loader",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/resolve-url-loader"
],
"_resolved": "https://registry.npm.taobao.org/adjust-sourcemap-loader/download/adjust-sourcemap-loader-1.2.0.tgz",
"_shasum": "e33fde95e50db9f2a802e3647e311d2fc5000c69",
"_spec": "adjust-sourcemap-loader@^1.1.0",
"_where": "/Users/linhuakun/Downloads/coderlhk/codewhy/node_modules/resolve-url-loader",
"author": {
"name": "bholloway"
},
"bugs": {
"url": "https://github.com/bholloway/adjust-sourcemap-loader/issues"
},
"bundleDependencies": false,
"dependencies": {
"assert": "^1.3.0",
"camelcase": "^1.2.1",
"loader-utils": "^1.1.0",
"lodash.assign": "^4.0.1",
"lodash.defaults": "^3.1.2",
"object-path": "^0.9.2",
"regex-parser": "^2.2.9"
},
"deprecated": false,
"description": "Webpack loader that adjusts source maps",
"devDependencies": {
"jshint": "^2.9.5"
},
"homepage": "https://github.com/bholloway/adjust-sourcemap-loader",
"keywords": [
"webpack",
"loader",
"source-map",
"sourcemap",
"sources",
"resolve",
"adjust"
],
"license": "MIT",
"main": "index.js",
"name": "adjust-sourcemap-loader",
"repository": {
"type": "git",
"url": "git+https://github.com/bholloway/adjust-sourcemap-loader.git"
},
"scripts": {
"lint": "jshint index.js lib"
},
"version": "1.2.0"
}