Changeset 79a0317 for imaps-frontend/node_modules/@esbuild
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@esbuild/linux-x64/package.json
r0c6b92a r79a0317 1 1 { 2 "_from": "@esbuild/linux-x64@0.21.5", 3 "_id": "@esbuild/linux-x64@0.21.5", 4 "_inBundle": false, 5 "_integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", 6 "_location": "/@esbuild/linux-x64", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@esbuild/linux-x64@0.21.5", 12 "name": "@esbuild/linux-x64", 13 "escapedName": "@esbuild%2flinux-x64", 14 "scope": "@esbuild", 15 "rawSpec": "0.21.5", 16 "saveSpec": null, 17 "fetchSpec": "0.21.5" 18 }, 19 "_requiredBy": [ 20 "/esbuild" 21 ], 22 "_resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", 23 "_shasum": "6d8f0c768e070e64309af8004bb94e68ab2bb3b0", 24 "_spec": "@esbuild/linux-x64@0.21.5", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/esbuild", 26 "bugs": { 27 "url": "https://github.com/evanw/esbuild/issues" 28 }, 29 "bundleDependencies": false, 30 "cpu": [ 31 "x64" 32 ], 33 "deprecated": false, 34 "description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.", 35 "engines": { 36 "node": ">=12" 37 }, 38 "homepage": "https://github.com/evanw/esbuild#readme", 39 "license": "MIT", 2 40 "name": "@esbuild/linux-x64", 3 "version": "0.21.5", 4 "description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.", 41 "os": [ 42 "linux" 43 ], 44 "preferUnplugged": true, 5 45 "repository": { 6 46 "type": "git", 7 47 "url": "git+https://github.com/evanw/esbuild.git" 8 48 }, 9 "license": "MIT", 10 "preferUnplugged": true, 11 "engines": { 12 "node": ">=12" 13 }, 14 "os": [ 15 "linux" 16 ], 17 "cpu": [ 18 "x64" 19 ] 49 "version": "0.21.5" 20 50 }
Note:
See TracChangeset
for help on using the changeset viewer.