package.json 769 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "detect-node",
  3. "version": "2.0.4",
  4. "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
  5. "main": "index.js",
  6. "browser": "browser.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/iliakan/detect-node"
  13. },
  14. "keywords": [
  15. "detect",
  16. "node"
  17. ],
  18. "author": "Ilya Kantor",
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/iliakan/detect-node/issues"
  22. },
  23. "homepage": "https://github.com/iliakan/detect-node",
  24. "__npminstall_done": "Thu Dec 24 2020 20:21:06 GMT+0800 (CST)",
  25. "_from": "detect-node@2.0.4",
  26. "_resolved": "https://registry.npm.taobao.org/detect-node/download/detect-node-2.0.4.tgz"
  27. }