package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "are-we-there-yet@^3.0.0",
  3. "_id": "are-we-there-yet@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
  6. "_location": "/are-we-there-yet",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "are-we-there-yet@^3.0.0",
  12. "name": "are-we-there-yet",
  13. "escapedName": "are-we-there-yet",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/node-gyp/npmlog"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
  22. "_shasum": "679df222b278c64f2cdba1175cdc00b0d96164bd",
  23. "_spec": "are-we-there-yet@^3.0.0",
  24. "_where": "G:\\项目\\mobile\\node_modules\\node-gyp\\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": "^3.0.1",
  40. "@npmcli/template-oss": "3.5.0",
  41. "tap": "^16.0.1"
  42. },
  43. "engines": {
  44. "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
  45. },
  46. "files": [
  47. "bin/",
  48. "lib/"
  49. ],
  50. "homepage": "https://github.com/npm/are-we-there-yet",
  51. "license": "ISC",
  52. "main": "lib/index.js",
  53. "name": "are-we-there-yet",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/npm/are-we-there-yet.git"
  57. },
  58. "scripts": {
  59. "lint": "eslint \"**/*.js\"",
  60. "lintfix": "npm run lint -- --fix",
  61. "npmclilint": "npmcli-lint",
  62. "postlint": "template-oss-check",
  63. "postsnap": "npm run lintfix --",
  64. "posttest": "npm run lint",
  65. "postversion": "npm publish",
  66. "prepublishOnly": "git push origin --follow-tags",
  67. "preversion": "npm test",
  68. "snap": "tap",
  69. "template-oss-apply": "template-oss-apply --force",
  70. "test": "tap"
  71. },
  72. "tap": {
  73. "branches": 68,
  74. "statements": 92,
  75. "functions": 86,
  76. "lines": 92
  77. },
  78. "templateOSS": {
  79. "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
  80. "version": "3.5.0"
  81. },
  82. "version": "3.0.1"
  83. }