package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "v8flags",
  3. "description": "Get available v8 flags.",
  4. "version": "2.1.1",
  5. "homepage": "https://github.com/tkellen/node-v8flags",
  6. "author": {
  7. "name": "Tyler Kellen",
  8. "url": "http://goingslowly.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/tkellen/node-v8flags.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/tkellen/node-v8flags/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
  21. }
  22. ],
  23. "scripts": {
  24. "test": "_mocha -R spec test.js"
  25. },
  26. "main": "index.js",
  27. "engines": {
  28. "node": ">= 0.10.0"
  29. },
  30. "keywords": [
  31. "v8 flags",
  32. "harmony flags"
  33. ],
  34. "devDependencies": {
  35. "async": "^0.9.0",
  36. "chai": "~1.9.1",
  37. "mocha": "~1.21.4"
  38. },
  39. "dependencies": {
  40. "user-home": "^1.1.1"
  41. },
  42. "__npminstall_done": "Mon May 18 2020 19:19:05 GMT+0800 (CST)",
  43. "_from": "v8flags@2.1.1",
  44. "_resolved": "https://registry.npm.taobao.org/v8flags/download/v8flags-2.1.1.tgz"
  45. }