package.json 785 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "in-publish",
  3. "version": "2.0.1",
  4. "description": "Detect if we were run as a result of `npm publish`",
  5. "main": "index.js",
  6. "bin": {
  7. "in-publish": "in-publish.js",
  8. "in-install": "in-install.js",
  9. "not-in-publish": "not-in-publish.js",
  10. "not-in-install": "not-in-install.js"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/iarna/in-publish"
  15. },
  16. "author": "Rebecca Turner <me@re-becca.org>",
  17. "license": "ISC",
  18. "bugs": {
  19. "url": "https://github.com/iarna/in-publish/issues"
  20. },
  21. "homepage": "https://github.com/iarna/in-publish",
  22. "__npminstall_done": "Thu Dec 24 2020 20:21:06 GMT+0800 (CST)",
  23. "_from": "in-publish@2.0.1",
  24. "_resolved": "https://registry.npm.taobao.org/in-publish/download/in-publish-2.0.1.tgz"
  25. }