package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "v8flags@^3.0.2",
  3. "_id": "v8flags@3.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iw/1ViSEaff8NJ3HLyEjawk/8hjJib3E7pvG4pddVXfUg1983s3VGsiClDjhK64MQVDGqc1Q8r18S4VKQZS9EQ==",
  6. "_location": "/v8flags",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "v8flags@^3.0.2",
  12. "name": "v8flags",
  13. "escapedName": "v8flags",
  14. "rawSpec": "^3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/knex"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.1.1.tgz",
  22. "_shasum": "42259a1461c08397e37fe1d4f1cfb59cad85a053",
  23. "_spec": "v8flags@^3.0.2",
  24. "_where": "/home/zorro/Documents/Sahib/zweiachtzehn/node_modules/knex",
  25. "author": {
  26. "name": "Tyler Kellen",
  27. "url": "http://goingslowly.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tkellen/node-v8flags/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "homedir-polyfill": "^1.0.1"
  35. },
  36. "deprecated": false,
  37. "description": "Get available v8 flags.",
  38. "devDependencies": {
  39. "async": "^2.5.0",
  40. "chai": "^4.1.0",
  41. "mocha": "^3.4.2",
  42. "proxyquire": "^1.8.0"
  43. },
  44. "engines": {
  45. "node": ">= 0.10.0"
  46. },
  47. "homepage": "https://github.com/tkellen/node-v8flags",
  48. "keywords": [
  49. "v8 flags",
  50. "harmony flags"
  51. ],
  52. "licenses": [
  53. {
  54. "type": "MIT",
  55. "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
  56. }
  57. ],
  58. "main": "index.js",
  59. "name": "v8flags",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/tkellen/node-v8flags.git"
  63. },
  64. "scripts": {
  65. "test": "mocha -R spec test.js"
  66. },
  67. "version": "3.1.1"
  68. }