package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "opencollective-postinstall@2.0.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "opencollective-postinstall@2.0.3",
  10. "_id": "opencollective-postinstall@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==",
  13. "_location": "/opencollective-postinstall",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "opencollective-postinstall@2.0.3",
  19. "name": "opencollective-postinstall",
  20. "escapedName": "opencollective-postinstall",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/husky"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Xavier Damman",
  33. "url": "@xdamman"
  34. },
  35. "bin": {
  36. "opencollective-postinstall": "index.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/opencollective/opencollective-postinstall/issues"
  40. },
  41. "description": "Lightweight npm postinstall message to invite people to donate to your collective",
  42. "devDependencies": {
  43. "jest": "^26.0.1"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/opencollective/opencollective-postinstall#readme",
  49. "keywords": [
  50. "opencollective",
  51. "donation",
  52. "funding",
  53. "sustain"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "opencollective-postinstall",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/opencollective/opencollective-postinstall.git"
  61. },
  62. "scripts": {
  63. "test": "jest"
  64. },
  65. "version": "2.0.3"
  66. }