package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "detect-node@2.0.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "detect-node@2.0.4",
  10. "_id": "detect-node@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-AU7o+PZpxcWAI9pkuBecCDooxGw=",
  13. "_location": "/detect-node",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "detect-node@2.0.4",
  19. "name": "detect-node",
  20. "escapedName": "detect-node",
  21. "rawSpec": "2.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.4"
  24. },
  25. "_requiredBy": [
  26. "/spdy-transport"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/detect-node/download/detect-node-2.0.4.tgz",
  29. "_spec": "2.0.4",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Ilya Kantor"
  33. },
  34. "browser": "browser.js",
  35. "bugs": {
  36. "url": "https://github.com/iliakan/detect-node/issues"
  37. },
  38. "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
  39. "homepage": "https://github.com/iliakan/detect-node",
  40. "keywords": [
  41. "detect",
  42. "node"
  43. ],
  44. "license": "ISC",
  45. "main": "index.js",
  46. "name": "detect-node",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/iliakan/detect-node.git"
  50. },
  51. "scripts": {
  52. "test": "echo \"Error: no test specified\" && exit 1"
  53. },
  54. "version": "2.0.4"
  55. }