package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "@nuxt/opencollective@^0.3.2",
  3. "_id": "@nuxt/opencollective@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XG7rUdXG9fcafu9KTDIYjJSkRO38EwjlKYIb5TQ/0WDbiTUTtUtgncMscKOYzfsY86kGs05pAuMOR+3Fi0aN3A==",
  6. "_location": "/@nuxt/opencollective",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@nuxt/opencollective@^0.3.2",
  12. "name": "@nuxt/opencollective",
  13. "escapedName": "@nuxt%2fopencollective",
  14. "scope": "@nuxt",
  15. "rawSpec": "^0.3.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.3.2"
  18. },
  19. "_requiredBy": [
  20. "/nuxt"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.3.2.tgz",
  23. "_shasum": "83cb70cdb2bac5fad6f8c93529e7b11187d49c02",
  24. "_spec": "@nuxt/opencollective@^0.3.2",
  25. "_where": "H:\\gs_nuxt\\node_modules\\nuxt",
  26. "ava": {
  27. "require": [
  28. "esm"
  29. ]
  30. },
  31. "bin": {
  32. "opencollective": "bin/opencollective.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/nuxt-contrib/opencollective/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "chalk": "^4.1.0",
  40. "consola": "^2.15.0",
  41. "node-fetch": "^2.6.1"
  42. },
  43. "deprecated": false,
  44. "description": "[![npm version][npm-v-src]][npm-v-href] [![npm downloads][npm-d-src]][npm-d-href] [![status][github-actions-src]][github-actions-href]",
  45. "devDependencies": {
  46. "@commitlint/cli": "latest",
  47. "@commitlint/config-conventional": "latest",
  48. "@nuxtjs/eslint-config": "latest",
  49. "ava": "latest",
  50. "bili": "latest",
  51. "eslint": "latest",
  52. "esm": "latest",
  53. "fetch-mock": "latest",
  54. "nyc": "latest",
  55. "sinon": "latest",
  56. "standard-version": "latest"
  57. },
  58. "engines": {
  59. "node": ">=8.0.0",
  60. "npm": ">=5.0.0"
  61. },
  62. "files": [
  63. "bin",
  64. "dist"
  65. ],
  66. "homepage": "https://github.com/nuxt-contrib/opencollective#readme",
  67. "license": "MIT",
  68. "main": "dist/index.js",
  69. "name": "@nuxt/opencollective",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/nuxt-contrib/opencollective.git"
  73. },
  74. "scripts": {
  75. "build": "bili -t node --format cjs src/index.js",
  76. "lint": "eslint src test",
  77. "prepublish": "yarn build",
  78. "release": "standard-version && git push --follow-tags && npm publish",
  79. "test": "yarn lint && yarn test:coverage",
  80. "test:ava": "nyc ava --verbose",
  81. "test:coverage": "nyc --reporter=lcov --reporter=html ava"
  82. },
  83. "version": "0.3.2"
  84. }