Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@parcel/watcher-linux-x64-musl/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@parcel/watcher-linux-x64-musl", 3 "version": "2.5.0", 4 "main": "watcher.node", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/parcel-bundler/watcher.git" 2 "_from": "@parcel/watcher-linux-x64-musl@2.5.0", 3 "_id": "@parcel/watcher-linux-x64-musl@2.5.0", 4 "_inBundle": false, 5 "_integrity": "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==", 6 "_location": "/@parcel/watcher-linux-x64-musl", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@parcel/watcher-linux-x64-musl@2.5.0", 12 "name": "@parcel/watcher-linux-x64-musl", 13 "escapedName": "@parcel%2fwatcher-linux-x64-musl", 14 "scope": "@parcel", 15 "rawSpec": "2.5.0", 16 "saveSpec": null, 17 "fetchSpec": "2.5.0" 8 18 }, 19 "_requiredBy": [ 20 "/@parcel/watcher" 21 ], 22 "_resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.0.tgz", 23 "_shasum": "01fcea60fedbb3225af808d3f0a7b11229792eef", 24 "_spec": "@parcel/watcher-linux-x64-musl@2.5.0", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@parcel/watcher", 26 "bugs": { 27 "url": "https://github.com/parcel-bundler/watcher/issues" 28 }, 29 "bundleDependencies": false, 30 "cpu": [ 31 "x64" 32 ], 33 "deprecated": false, 9 34 "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.", 10 "license": "MIT", 11 "publishConfig": { 12 "access": "public" 35 "engines": { 36 "node": ">= 10.0.0" 13 37 }, 38 "files": [ 39 "watcher.node" 40 ], 14 41 "funding": { 15 42 "type": "opencollective", 16 43 "url": "https://opencollective.com/parcel" 17 44 }, 18 "files": [ 19 "watcher.node" 45 "homepage": "https://github.com/parcel-bundler/watcher#readme", 46 "libc": [ 47 "musl" 20 48 ], 21 " engines": {22 "node": ">= 10.0.0"23 },49 "license": "MIT", 50 "main": "watcher.node", 51 "name": "@parcel/watcher-linux-x64-musl", 24 52 "os": [ 25 53 "linux" 26 54 ], 27 "cpu": [ 28 "x64" 29 ], 30 "libc": [ 31 "musl" 32 ] 55 "publishConfig": { 56 "access": "public" 57 }, 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/parcel-bundler/watcher.git" 61 }, 62 "version": "2.5.0" 33 63 }
Note:
See TracChangeset
for help on using the changeset viewer.