Changeset e29cc2e for trip-planner-front/node_modules/webpack/node_modules/webpack-sources/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/webpack/node_modules/webpack-sources/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "webpack-sources@3.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "webpack-sources@3.2.1", 10 "_id": "webpack-sources@3.2.1", 2 "_from": "webpack-sources@^3.2.0", 3 "_id": "webpack-sources@3.2.2", 11 4 "_inBundle": false, 12 "_integrity": "sha512- t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==",5 "_integrity": "sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==", 13 6 "_location": "/webpack/webpack-sources", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "webpack-sources@ 3.2.1",11 "raw": "webpack-sources@^3.2.0", 19 12 "name": "webpack-sources", 20 13 "escapedName": "webpack-sources", 21 "rawSpec": " 3.2.1",14 "rawSpec": "^3.2.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 3.2.1"16 "fetchSpec": "^3.2.0" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/webpack" 27 20 ], 28 "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.1.tgz", 29 "_spec": "3.2.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 21 "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.2.tgz", 22 "_shasum": "d88e3741833efec57c4c789b6010db9977545260", 23 "_spec": "webpack-sources@^3.2.0", 24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack", 31 25 "author": { 32 26 "name": "Tobias Koppers @sokra" … … 35 29 "url": "https://github.com/webpack/webpack-sources/issues" 36 30 }, 31 "bundleDependencies": false, 32 "deprecated": false, 37 33 "description": "Source code handling classes for webpack", 38 34 "devDependencies": { … … 86 82 "test": "jest" 87 83 }, 88 "version": "3.2. 1"84 "version": "3.2.2" 89 85 }
Note:
See TracChangeset
for help on using the changeset viewer.