- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/source-map-loader/package.json
rceaed42 r59329aa 1 1 { 2 "name": "source-map-loader", 3 "version": "3.0.0", 4 "description": "extracts inlined source map and offers it to webpack", 5 "license": "MIT", 6 "repository": "webpack-contrib/source-map-loader", 7 "author": "Tobias Koppers @sokra", 8 "homepage": "https://github.com/webpack-contrib/source-map-loader", 9 "bugs": "https://github.com/webpack-contrib/source-map-loader/issues", 10 "funding": { 11 "type": "opencollective", 12 "url": "https://opencollective.com/webpack" 2 "_args": [ 3 [ 4 "source-map-loader@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "source-map-loader@3.0.0", 10 "_id": "source-map-loader@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-GKGWqWvYr04M7tn8dryIWvb0s8YM41z82iQv01yBtIylgxax0CwvSy6gc2Y02iuXwEfGWRlMicH0nvms9UZphw==", 13 "_location": "/source-map-loader", 14 "_phantomChildren": { 15 "safer-buffer": "2.1.2" 13 16 }, 14 "main": "dist/cjs.js", 15 "engines": { 16 "node": ">= 12.13.0" 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "source-map-loader@3.0.0", 21 "name": "source-map-loader", 22 "escapedName": "source-map-loader", 23 "rawSpec": "3.0.0", 24 "saveSpec": null, 25 "fetchSpec": "3.0.0" 17 26 }, 18 "scripts": { 19 "start": "npm run build -- -w", 20 "clean": "del-cli dist", 21 "prebuild": "npm run clean", 22 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 23 "commitlint": "commitlint --from=master", 24 "security": "npm audit", 25 "lint:prettier": "prettier --list-different .", 26 "lint:js": "eslint --cache .", 27 "lint": "npm-run-all -l -p \"lint:**\"", 28 "test:only": "cross-env NODE_ENV=test jest", 29 "test:watch": "npm run test:only -- --watch", 30 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 31 "pretest": "npm run lint", 32 "test": "npm run test:coverage", 33 "prepare": "husky install && npm run build", 34 "release": "standard-version" 27 "_requiredBy": [ 28 "/@angular-devkit/build-angular" 29 ], 30 "_resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.0.tgz", 31 "_spec": "3.0.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Tobias Koppers @sokra" 35 35 }, 36 "files": [ 37 "dist" 38 ], 39 "peerDependencies": { 40 "webpack": "^5.0.0" 36 "bugs": { 37 "url": "https://github.com/webpack-contrib/source-map-loader/issues" 41 38 }, 42 39 "dependencies": { … … 45 42 "source-map-js": "^0.6.2" 46 43 }, 44 "description": "extracts inlined source map and offers it to webpack", 47 45 "devDependencies": { 48 46 "@babel/cli": "^7.14.3", … … 68 66 "webpack": "^5.37.1" 69 67 }, 68 "engines": { 69 "node": ">= 12.13.0" 70 }, 71 "files": [ 72 "dist" 73 ], 74 "funding": { 75 "type": "opencollective", 76 "url": "https://opencollective.com/webpack" 77 }, 78 "homepage": "https://github.com/webpack-contrib/source-map-loader", 70 79 "keywords": [ 71 80 "webpack" 72 ] 81 ], 82 "license": "MIT", 83 "main": "dist/cjs.js", 84 "name": "source-map-loader", 85 "peerDependencies": { 86 "webpack": "^5.0.0" 87 }, 88 "repository": { 89 "type": "git", 90 "url": "git+https://github.com/webpack-contrib/source-map-loader.git" 91 }, 92 "scripts": { 93 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files", 94 "clean": "del-cli dist", 95 "commitlint": "commitlint --from=master", 96 "lint": "npm-run-all -l -p \"lint:**\"", 97 "lint:js": "eslint --cache .", 98 "lint:prettier": "prettier --list-different .", 99 "prebuild": "npm run clean", 100 "prepare": "husky install && npm run build", 101 "pretest": "npm run lint", 102 "release": "standard-version", 103 "security": "npm audit", 104 "start": "npm run build -- -w", 105 "test": "npm run test:coverage", 106 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", 107 "test:only": "cross-env NODE_ENV=test jest", 108 "test:watch": "npm run test:only -- --watch" 109 }, 110 "version": "3.0.0" 73 111 }
Note:
See TracChangeset
for help on using the changeset viewer.