projecte_ionic/node_modules/source-map-loader/package.json
2022-02-09 18:30:03 +01:00

108 lines
3.2 KiB
JSON
Executable file

{
"_from": "source-map-loader@3.0.0",
"_id": "source-map-loader@3.0.0",
"_inBundle": false,
"_integrity": "sha512-GKGWqWvYr04M7tn8dryIWvb0s8YM41z82iQv01yBtIylgxax0CwvSy6gc2Y02iuXwEfGWRlMicH0nvms9UZphw==",
"_location": "/source-map-loader",
"_phantomChildren": {
"safer-buffer": "2.1.2"
},
"_requested": {
"type": "version",
"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": [
"/@angular-devkit/build-angular"
],
"_resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.0.tgz",
"_shasum": "f2a04ee2808ad01c774dea6b7d2639839f3b3049",
"_spec": "source-map-loader@3.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular-devkit/build-angular",
"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.2",
"source-map-js": "^0.6.2"
},
"deprecated": false,
"description": "extracts inlined source map and offers it to webpack",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^26.6.3",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^11.0.0",
"memfs": "^3.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"standard-version": "^9.3.0",
"webpack": "^5.37.1"
},
"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.0"
}