package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "are-we-there-yet@^2.0.0",
  3. "_id": "are-we-there-yet@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==",
  6. "_location": "/are-we-there-yet",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "are-we-there-yet@^2.0.0",
  12. "name": "are-we-there-yet",
  13. "escapedName": "are-we-there-yet",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/npmlog"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz",
  22. "_shasum": "372e0e7bd279d8e94c653aaa1f67200884bf3e1c",
  23. "_spec": "are-we-there-yet@^2.0.0",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\npmlog",
  25. "author": {
  26. "name": "GitHub Inc."
  27. },
  28. "bugs": {
  29. "url": "https://github.com/npm/are-we-there-yet/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "delegates": "^1.0.0",
  34. "readable-stream": "^3.6.0"
  35. },
  36. "deprecated": false,
  37. "description": "Keep track of the overall completion of many disparate processes",
  38. "devDependencies": {
  39. "@npmcli/eslint-config": "^1.0.0",
  40. "@npmcli/template-oss": "^1.0.2",
  41. "eslint": "^7.32.0",
  42. "eslint-plugin-node": "^11.1.0",
  43. "tap": "^15.0.9"
  44. },
  45. "engines": {
  46. "node": ">=10"
  47. },
  48. "files": [
  49. "bin",
  50. "lib"
  51. ],
  52. "homepage": "https://github.com/npm/are-we-there-yet",
  53. "license": "ISC",
  54. "main": "lib/index.js",
  55. "name": "are-we-there-yet",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/npm/are-we-there-yet.git"
  59. },
  60. "scripts": {
  61. "lint": "eslint '**/*.js'",
  62. "lintfix": "npm run lint -- --fix",
  63. "npmclilint": "npmcli-lint",
  64. "postsnap": "npm run lintfix --",
  65. "posttest": "npm run lint",
  66. "postversion": "npm publish",
  67. "prepublishOnly": "git push origin --follow-tags",
  68. "preversion": "npm test",
  69. "snap": "tap",
  70. "test": "tap"
  71. },
  72. "tap": {
  73. "branches": 68,
  74. "statements": 92,
  75. "functions": 86,
  76. "lines": 92
  77. },
  78. "templateVersion": "1.0.2",
  79. "version": "2.0.0"
  80. }