- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-frontend/node_modules/@rollup/rollup-linux-x64-gnu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@rollup/rollup-linux-x64-gnu/package.json
r0c6b92a r79a0317 1 1 { 2 "_from": "@rollup/rollup-linux-x64-gnu@4.28.1", 3 "_id": "@rollup/rollup-linux-x64-gnu@4.28.1", 4 "_inBundle": false, 5 "_integrity": "sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==", 6 "_location": "/@rollup/rollup-linux-x64-gnu", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@rollup/rollup-linux-x64-gnu@4.28.1", 12 "name": "@rollup/rollup-linux-x64-gnu", 13 "escapedName": "@rollup%2frollup-linux-x64-gnu", 14 "scope": "@rollup", 15 "rawSpec": "4.28.1", 16 "saveSpec": null, 17 "fetchSpec": "4.28.1" 18 }, 19 "_requiredBy": [ 20 "/rollup" 21 ], 22 "_resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.1.tgz", 23 "_shasum": "b83001b5abed2bcb5e2dbeec6a7e69b194235c1e", 24 "_spec": "@rollup/rollup-linux-x64-gnu@4.28.1", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/rollup", 26 "author": { 27 "name": "Lukas Taegert-Atkinson" 28 }, 29 "bugs": { 30 "url": "https://github.com/rollup/rollup/issues" 31 }, 32 "bundleDependencies": false, 33 "cpu": [ 34 "x64" 35 ], 36 "deprecated": false, 37 "description": "Native bindings for Rollup", 38 "files": [ 39 "rollup.linux-x64-gnu.node" 40 ], 41 "homepage": "https://rollupjs.org/", 42 "libc": [ 43 "glibc" 44 ], 45 "license": "MIT", 46 "main": "./rollup.linux-x64-gnu.node", 2 47 "name": "@rollup/rollup-linux-x64-gnu", 3 "version": "4.27.4",4 48 "os": [ 5 49 "linux" 6 50 ], 7 "cpu": [ 8 "x64" 9 ], 10 "files": [ 11 "rollup.linux-x64-gnu.node" 12 ], 13 "description": "Native bindings for Rollup", 14 "author": "Lukas Taegert-Atkinson", 15 "homepage": "https://rollupjs.org/", 16 "license": "MIT", 17 "repository": "rollup/rollup", 18 "libc": [ 19 "glibc" 20 ], 21 "main": "./rollup.linux-x64-gnu.node" 51 "repository": { 52 "type": "git", 53 "url": "git+https://github.com/rollup/rollup.git" 54 }, 55 "version": "4.28.1" 22 56 }
Note:
See TracChangeset
for help on using the changeset viewer.