package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "v8flags@2.0.11",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "v8flags@2.0.11",
  10. "_id": "v8flags@2.0.11",
  11. "_inBundle": false,
  12. "_integrity": "sha1-vKjzDw1tYGEswsAGQeaWLUKuaIE=",
  13. "_location": "/v8flags",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "v8flags@2.0.11",
  19. "name": "v8flags",
  20. "escapedName": "v8flags",
  21. "rawSpec": "2.0.11",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.11"
  24. },
  25. "_requiredBy": [
  26. "/gulp"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz",
  29. "_spec": "2.0.11",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Tyler Kellen",
  33. "url": "http://goingslowly.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tkellen/node-v8flags/issues"
  37. },
  38. "dependencies": {
  39. "user-home": "^1.1.1"
  40. },
  41. "description": "Get available v8 flags.",
  42. "devDependencies": {
  43. "async": "^0.9.0",
  44. "chai": "~1.9.1",
  45. "mocha": "~1.21.4"
  46. },
  47. "engines": {
  48. "node": ">= 0.10.0"
  49. },
  50. "homepage": "https://github.com/tkellen/node-v8flags",
  51. "keywords": [
  52. "v8 flags",
  53. "harmony flags"
  54. ],
  55. "licenses": [
  56. {
  57. "type": "MIT",
  58. "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
  59. }
  60. ],
  61. "main": "index.js",
  62. "name": "v8flags",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/tkellen/node-v8flags.git"
  66. },
  67. "scripts": {
  68. "test": "_mocha -R spec test.js"
  69. },
  70. "version": "2.0.11"
  71. }