package.json 2.5 KB

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