Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "nan@^2.10.0",
  3. "_id": "nan@2.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
  6. "_location": "/nan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "nan@^2.10.0",
  12. "name": "nan",
  13. "escapedName": "nan",
  14. "rawSpec": "^2.10.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.10.0"
  17. },
  18. "_requiredBy": [
  19. "/dtrace-provider"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
  22. "_shasum": "7818f722027b2459a86f0295d434d1fc2336c52c",
  23. "_spec": "nan@^2.10.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/dtrace-provider",
  25. "bugs": {
  26. "url": "https://github.com/nodejs/nan/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Rod Vagg",
  32. "email": "r@va.gg",
  33. "url": "https://github.com/rvagg"
  34. },
  35. {
  36. "name": "Benjamin Byholm",
  37. "email": "bbyholm@abo.fi",
  38. "url": "https://github.com/kkoopa/"
  39. },
  40. {
  41. "name": "Trevor Norris",
  42. "email": "trev.norris@gmail.com",
  43. "url": "https://github.com/trevnorris"
  44. },
  45. {
  46. "name": "Nathan Rajlich",
  47. "email": "nathan@tootallnate.net",
  48. "url": "https://github.com/TooTallNate"
  49. },
  50. {
  51. "name": "Brett Lawson",
  52. "email": "brett19@gmail.com",
  53. "url": "https://github.com/brett19"
  54. },
  55. {
  56. "name": "Ben Noordhuis",
  57. "email": "info@bnoordhuis.nl",
  58. "url": "https://github.com/bnoordhuis"
  59. },
  60. {
  61. "name": "David Siegel",
  62. "email": "david@artcom.de",
  63. "url": "https://github.com/agnat"
  64. },
  65. {
  66. "name": "Michael Ira Krufky",
  67. "email": "mkrufky@gmail.com",
  68. "url": "https://github.com/mkrufky"
  69. }
  70. ],
  71. "deprecated": false,
  72. "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 11 compatibility",
  73. "devDependencies": {
  74. "bindings": "~1.2.1",
  75. "commander": "^2.8.1",
  76. "glob": "^5.0.14",
  77. "node-gyp": "~3.6.2",
  78. "readable-stream": "^2.1.4",
  79. "request": "=2.81.0",
  80. "tap": "~0.7.1",
  81. "xtend": "~4.0.0"
  82. },
  83. "homepage": "https://github.com/nodejs/nan#readme",
  84. "license": "MIT",
  85. "main": "include_dirs.js",
  86. "name": "nan",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/nodejs/nan.git"
  90. },
  91. "scripts": {
  92. "docs": "doc/.build.sh",
  93. "rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
  94. "test": "tap --gc --stderr test/js/*-test.js",
  95. "test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js"
  96. },
  97. "version": "2.14.0"
  98. }