123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "adjust-sourcemap-loader@^1.1.0",
- "_id": "adjust-sourcemap-loader@1.2.0",
- "_inBundle": false,
- "_integrity": "sha512-958oaHHVEXMvsY7v7cC5gEkNIcoaAVIhZ4mBReYVZJOTP9IgKmzLjIOhTtzpLMu+qriXvLsVjJ155EeInp45IQ==",
- "_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.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-1.2.0.tgz",
- "_shasum": "e33fde95e50db9f2a802e3647e311d2fc5000c69",
- "_spec": "adjust-sourcemap-loader@^1.1.0",
- "_where": "/var/www/html/mdch.sipadu/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"
- }
|