package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "ref@1",
  3. "_id": "ref@1.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2cBCniTtxcGUjDpvFfVpw323a83/0RLSGJJY5l5lcomZWhYpU2cuLdsvYqMixvsdLJ9+sTdzEkju8J8ZHDM2nA==",
  6. "_location": "/ref",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ref@1",
  12. "name": "ref",
  13. "escapedName": "ref",
  14. "rawSpec": "1",
  15. "saveSpec": null,
  16. "fetchSpec": "1"
  17. },
  18. "_requiredBy": [
  19. "/ref-struct"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ref/-/ref-1.3.5.tgz",
  22. "_shasum": "0e33f080cdb94a3d95312b2b3b1fd0f82044ca0f",
  23. "_spec": "ref@1",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/ref-struct",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://tootallnate.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TooTallNate/ref/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "bindings": "1",
  36. "debug": "2",
  37. "nan": "2"
  38. },
  39. "deprecated": false,
  40. "description": "Turn Buffer instances into \"pointers\"",
  41. "devDependencies": {
  42. "dox": "0.4.4",
  43. "highlight.js": "1",
  44. "jade": "^0.35.0",
  45. "marked": "^0.3.2",
  46. "mocha": "*",
  47. "weak": "1"
  48. },
  49. "gypfile": true,
  50. "homepage": "https://github.com/TooTallNate/ref#readme",
  51. "keywords": [
  52. "native",
  53. "buffer",
  54. "extensions",
  55. "c++",
  56. "pointer",
  57. "reference",
  58. "dereference",
  59. "type",
  60. "int",
  61. "long",
  62. "float",
  63. "double",
  64. "byte",
  65. "64"
  66. ],
  67. "license": "MIT",
  68. "main": "./lib/ref.js",
  69. "name": "ref",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/TooTallNate/ref.git"
  73. },
  74. "scripts": {
  75. "docs": "node docs/compile",
  76. "install": "node-gyp rebuild",
  77. "test": "mocha -gc --reporter spec --use_strict"
  78. },
  79. "version": "1.3.5"
  80. }