{ "_from": "source-map-loader@^3.0.0", "_id": "source-map-loader@3.0.2", "_inBundle": false, "_integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", "_location": "/source-map-loader", "_phantomChildren": { "safer-buffer": "2.1.2" }, "_requested": { "type": "range", "registry": true, "raw": "source-map-loader@^3.0.0", "name": "source-map-loader", "escapedName": "source-map-loader", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/react-scripts" ], "_resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", "_shasum": "af23192f9b344daa729f6772933194cc5fa54fee", "_spec": "source-map-loader@^3.0.0", "_where": "/home/josie/development/container-mom-go/landing-page/node_modules/react-scripts", "author": { "name": "Tobias Koppers @sokra" }, "bugs": { "url": "https://github.com/webpack-contrib/source-map-loader/issues" }, "bundleDependencies": false, "dependencies": { "abab": "^2.0.5", "iconv-lite": "^0.6.3", "source-map-js": "^1.0.1" }, "deprecated": false, "description": "extracts inlined source map and offers it to webpack", "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.7", "@commitlint/cli": "^16.0.1", "@commitlint/config-conventional": "^16.0.0", "@webpack-contrib/eslint-config-webpack": "^3.0.0", "babel-jest": "^27.0.6", "cross-env": "^7.0.3", "del": "^6.0.0", "del-cli": "^4.0.0", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", "husky": "^7.0.1", "jest": "^27.0.6", "lint-staged": "^12.1.5", "memfs": "^3.2.2", "npm-run-all": "^4.1.5", "prettier": "^2.3.2", "standard-version": "^9.3.1", "webpack": "^5.44.0" }, "engines": { "node": ">= 12.13.0" }, "files": [ "dist" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "homepage": "https://github.com/webpack-contrib/source-map-loader", "keywords": [ "webpack" ], "license": "MIT", "main": "dist/cjs.js", "name": "source-map-loader", "peerDependencies": { "webpack": "^5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/webpack-contrib/source-map-loader.git" }, "scripts": { "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", "clean": "del-cli dist", "commitlint": "commitlint --from=master", "lint": "npm-run-all -l -p \"lint:**\"", "lint:js": "eslint --cache .", "lint:prettier": "prettier --list-different .", "prebuild": "npm run clean", "prepare": "husky install && npm run build", "pretest": "npm run lint", "release": "standard-version", "security": "npm audit", "start": "npm run build -- -w", "test": "npm run test:coverage", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", "test:only": "cross-env NODE_ENV=test jest", "test:watch": "npm run test:only -- --watch" }, "version": "3.0.2" }