Changeset 59329aa for trip-planner-front/node_modules/esbuild
- 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/esbuild/package.json
rceaed42 r59329aa 1 1 { 2 "name": "esbuild", 3 "version": "0.13.4", 4 "description": "An extremely fast JavaScript bundler and minifier.", 5 "repository": "https://github.com/evanw/esbuild", 6 "scripts": { 7 "postinstall": "node install.js" 2 "_args": [ 3 [ 4 "esbuild@0.13.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "esbuild@0.13.4", 10 "_id": "esbuild@0.13.4", 11 "_inBundle": false, 12 "_integrity": "sha512-wMA5eUwpavTBiNl+It6j8OQuKVh69l6z4DKDLzoTIqC+gChnPpcmqdA8WNHptUHRnfyML+mKEQPlW7Mybj8gHg==", 13 "_location": "/esbuild", 14 "_optional": true, 15 "_phantomChildren": {}, 16 "_requested": { 17 "type": "version", 18 "registry": true, 19 "raw": "esbuild@0.13.4", 20 "name": "esbuild", 21 "escapedName": "esbuild", 22 "rawSpec": "0.13.4", 23 "saveSpec": null, 24 "fetchSpec": "0.13.4" 8 25 }, 9 "main": "lib/main.js", 10 "types": "lib/main.d.ts", 26 "_requiredBy": [ 27 "/@angular-devkit/build-angular" 28 ], 29 "_resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.13.4.tgz", 30 "_spec": "0.13.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 11 32 "bin": { 12 33 "esbuild": "bin/esbuild" 13 34 }, 35 "bugs": { 36 "url": "https://github.com/evanw/esbuild/issues" 37 }, 38 "dependencies": { 39 "esbuild-android-arm64": "0.13.4", 40 "esbuild-darwin-64": "0.13.4", 41 "esbuild-darwin-arm64": "0.13.4", 42 "esbuild-freebsd-64": "0.13.4", 43 "esbuild-freebsd-arm64": "0.13.4", 44 "esbuild-linux-32": "0.13.4", 45 "esbuild-linux-64": "0.13.4", 46 "esbuild-linux-arm": "0.13.4", 47 "esbuild-linux-arm64": "0.13.4", 48 "esbuild-linux-mips64le": "0.13.4", 49 "esbuild-linux-ppc64le": "0.13.4", 50 "esbuild-openbsd-64": "0.13.4", 51 "esbuild-sunos-64": "0.13.4", 52 "esbuild-windows-32": "0.13.4", 53 "esbuild-windows-64": "0.13.4", 54 "esbuild-windows-arm64": "0.13.4" 55 }, 56 "description": "An extremely fast JavaScript bundler and minifier.", 57 "homepage": "https://github.com/evanw/esbuild#readme", 58 "license": "MIT", 59 "main": "lib/main.js", 60 "name": "esbuild", 14 61 "optionalDependencies": { 15 62 "esbuild-android-arm64": "0.13.4", … … 30 77 "esbuild-windows-arm64": "0.13.4" 31 78 }, 32 "license": "MIT" 79 "repository": { 80 "type": "git", 81 "url": "git+https://github.com/evanw/esbuild.git" 82 }, 83 "scripts": { 84 "postinstall": "node install.js" 85 }, 86 "types": "lib/main.d.ts", 87 "version": "0.13.4" 33 88 }
Note:
See TracChangeset
for help on using the changeset viewer.