- 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/webpack-sources/package.json
rceaed42 r59329aa 1 1 { 2 "name": "webpack-sources", 3 "version": "1.4.3", 4 "description": "Source code handling classes for webpack", 5 "main": "./lib/index.js", 6 "scripts": { 7 "pretest": "npm run lint && npm run beautify-lint", 8 "test": "mocha --full-trace --check-leaks", 9 "travis": "npm run cover -- --report lcovonly", 10 "lint": "eslint lib test", 11 "beautify-lint": "beautify-lint lib/**.js test/**.js", 12 "beautify": "beautify-rewrite lib/**.js test/**.js", 13 "precover": "npm run lint && npm run beautify-lint", 14 "cover": "istanbul cover node_modules/mocha/bin/_mocha", 15 "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish" 2 "_args": [ 3 [ 4 "webpack-sources@1.4.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "webpack-sources@1.4.3", 10 "_id": "webpack-sources@1.4.3", 11 "_inBundle": false, 12 "_integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", 13 "_location": "/webpack-sources", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "webpack-sources@1.4.3", 19 "name": "webpack-sources", 20 "escapedName": "webpack-sources", 21 "rawSpec": "1.4.3", 22 "saveSpec": null, 23 "fetchSpec": "1.4.3" 24 }, 25 "_requiredBy": [ 26 "/license-webpack-plugin", 27 "/webpack-subresource-integrity" 28 ], 29 "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", 30 "_spec": "1.4.3", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Tobias Koppers @sokra" 34 }, 35 "bugs": { 36 "url": "https://github.com/webpack/webpack-sources/issues" 16 37 }, 17 38 "dependencies": { … … 19 40 "source-map": "~0.6.1" 20 41 }, 42 "description": "Source code handling classes for webpack", 21 43 "devDependencies": { 22 44 "beautify-lint": "^1.0.3", … … 34 56 "lib/" 35 57 ], 58 "homepage": "https://github.com/webpack/webpack-sources#readme", 59 "keywords": [ 60 "webpack", 61 "source-map" 62 ], 63 "license": "MIT", 64 "main": "./lib/index.js", 65 "name": "webpack-sources", 36 66 "repository": { 37 67 "type": "git", 38 68 "url": "git+https://github.com/webpack/webpack-sources.git" 39 69 }, 40 "keywords": [ 41 "webpack", 42 "source-map" 43 ], 44 "author": "Tobias Koppers @sokra", 45 "license": "MIT", 46 "bugs": { 47 "url": "https://github.com/webpack/webpack-sources/issues" 70 "scripts": { 71 "beautify": "beautify-rewrite lib/**.js test/**.js", 72 "beautify-lint": "beautify-lint lib/**.js test/**.js", 73 "cover": "istanbul cover node_modules/mocha/bin/_mocha", 74 "lint": "eslint lib test", 75 "precover": "npm run lint && npm run beautify-lint", 76 "pretest": "npm run lint && npm run beautify-lint", 77 "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish", 78 "test": "mocha --full-trace --check-leaks", 79 "travis": "npm run cover -- --report lcovonly" 48 80 }, 49 " homepage": "https://github.com/webpack/webpack-sources#readme"81 "version": "1.4.3" 50 82 }
Note:
See TracChangeset
for help on using the changeset viewer.