package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "ref-struct@*",
  3. "_id": "ref-struct@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-XV7mWtQc78Olxf60BYcmHkee3BM=",
  6. "_location": "/ref-struct",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ref-struct@*",
  12. "name": "ref-struct",
  13. "escapedName": "ref-struct",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/ogg-packet"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ref-struct/-/ref-struct-1.1.0.tgz",
  22. "_shasum": "5d5ee65ad41cefc3a5c5feb40587261e479edc13",
  23. "_spec": "ref-struct@*",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/ogg-packet",
  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-struct/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "debug": "2",
  36. "ref": "1"
  37. },
  38. "deprecated": false,
  39. "description": "Create ABI-compliant \"struct\" instances on top of Buffers",
  40. "devDependencies": {
  41. "bindings": "~1.2.0",
  42. "mocha": "*",
  43. "nan": "2",
  44. "ref-array": "~1.1.2"
  45. },
  46. "homepage": "https://github.com/TooTallNate/ref-struct#readme",
  47. "keywords": [
  48. "struct",
  49. "ref",
  50. "abi",
  51. "c",
  52. "c++",
  53. "ffi"
  54. ],
  55. "license": "MIT",
  56. "main": "./lib/struct.js",
  57. "name": "ref-struct",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/TooTallNate/ref-struct.git"
  61. },
  62. "scripts": {
  63. "test": "node-gyp rebuild --directory test && mocha -gc --reporter spec"
  64. },
  65. "version": "1.1.0"
  66. }