Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "are-we-there-yet",
  3. "version": "3.0.1",
  4. "description": "Keep track of the overall completion of many disparate processes",
  5. "main": "lib/index.js",
  6. "scripts": {
  7. "test": "tap",
  8. "npmclilint": "npmcli-lint",
  9. "lint": "eslint \"**/*.js\"",
  10. "lintfix": "npm run lint -- --fix",
  11. "posttest": "npm run lint",
  12. "postsnap": "npm run lintfix --",
  13. "preversion": "npm test",
  14. "postversion": "npm publish",
  15. "prepublishOnly": "git push origin --follow-tags",
  16. "snap": "tap",
  17. "postlint": "template-oss-check",
  18. "template-oss-apply": "template-oss-apply --force"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/npm/are-we-there-yet.git"
  23. },
  24. "author": "GitHub Inc.",
  25. "license": "ISC",
  26. "bugs": {
  27. "url": "https://github.com/npm/are-we-there-yet/issues"
  28. },
  29. "homepage": "https://github.com/npm/are-we-there-yet",
  30. "devDependencies": {
  31. "@npmcli/eslint-config": "^3.0.1",
  32. "@npmcli/template-oss": "3.5.0",
  33. "tap": "^16.0.1"
  34. },
  35. "dependencies": {
  36. "delegates": "^1.0.0",
  37. "readable-stream": "^3.6.0"
  38. },
  39. "files": [
  40. "bin/",
  41. "lib/"
  42. ],
  43. "engines": {
  44. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  45. },
  46. "tap": {
  47. "branches": 68,
  48. "statements": 92,
  49. "functions": 86,
  50. "lines": 92
  51. },
  52. "templateOSS": {
  53. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  54. "version": "3.5.0"
  55. }
  56. }