package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "in-publish@^2.0.0",
  3. "_id": "in-publish@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ==",
  6. "_location": "/in-publish",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "in-publish@^2.0.0",
  12. "name": "in-publish",
  13. "escapedName": "in-publish",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/node-sass"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/in-publish/-/in-publish-2.0.1.tgz",
  22. "_shasum": "948b1a535c8030561cea522f73f78f4be357e00c",
  23. "_spec": "in-publish@^2.0.0",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\node-sass",
  25. "author": {
  26. "name": "Rebecca Turner",
  27. "email": "me@re-becca.org"
  28. },
  29. "bin": {
  30. "in-publish": "in-publish.js",
  31. "in-install": "in-install.js",
  32. "not-in-publish": "not-in-publish.js",
  33. "not-in-install": "not-in-install.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/iarna/in-publish/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "Detect if we were run as a result of `npm publish`",
  41. "homepage": "https://github.com/iarna/in-publish",
  42. "license": "ISC",
  43. "main": "index.js",
  44. "name": "in-publish",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/iarna/in-publish.git"
  48. },
  49. "version": "2.0.1"
  50. }