package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "in-publish@2.0.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "in-publish@2.0.0",
  10. "_id": "in-publish@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-4g/146KvwmkDILbcVSaCqcf631E=",
  13. "_location": "/in-publish",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "in-publish@2.0.0",
  19. "name": "in-publish",
  20. "escapedName": "in-publish",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/node-sass"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  31. "author": {
  32. "name": "Rebecca Turner",
  33. "email": "me@re-becca.org"
  34. },
  35. "bin": {
  36. "in-publish": "in-publish.js",
  37. "in-install": "in-install.js",
  38. "not-in-publish": "not-in-publish.js",
  39. "not-in-install": "not-in-install.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/iarna/in-publish/issues"
  43. },
  44. "description": "Detect if we were run as a result of `npm publish`",
  45. "homepage": "https://github.com/iarna/in-publish",
  46. "license": "ISC",
  47. "main": "index.js",
  48. "name": "in-publish",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/iarna/in-publish.git"
  52. },
  53. "version": "2.0.0"
  54. }