package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@parcel/watcher-linux-x64-glibc@2.5.1",
  3. "_id": "@parcel/watcher-linux-x64-glibc@2.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  6. "_location": "/@parcel/watcher-linux-x64-glibc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@parcel/watcher-linux-x64-glibc@2.5.1",
  12. "name": "@parcel/watcher-linux-x64-glibc",
  13. "escapedName": "@parcel%2fwatcher-linux-x64-glibc",
  14. "scope": "@parcel",
  15. "rawSpec": "2.5.1",
  16. "saveSpec": null,
  17. "fetchSpec": "2.5.1"
  18. },
  19. "_requiredBy": [
  20. "/@parcel/watcher"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  23. "_shasum": "4d2ea0f633eb1917d83d483392ce6181b6a92e4e",
  24. "_spec": "@parcel/watcher-linux-x64-glibc@2.5.1",
  25. "_where": "/data/wwwroot/qimall/node/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,
  34. "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
  35. "engines": {
  36. "node": ">= 10.0.0"
  37. },
  38. "files": [
  39. "watcher.node"
  40. ],
  41. "funding": {
  42. "type": "opencollective",
  43. "url": "https://opencollective.com/parcel"
  44. },
  45. "homepage": "https://github.com/parcel-bundler/watcher#readme",
  46. "libc": [
  47. "glibc"
  48. ],
  49. "license": "MIT",
  50. "main": "watcher.node",
  51. "name": "@parcel/watcher-linux-x64-glibc",
  52. "os": [
  53. "linux"
  54. ],
  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.1"
  63. }