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 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "bindings@^1.5.0",
  3. "_id": "bindings@1.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  6. "_location": "/bindings",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bindings@^1.5.0",
  12. "name": "bindings",
  13. "escapedName": "bindings",
  14. "rawSpec": "^1.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.0"
  17. },
  18. "_requiredBy": [
  19. "/fsevents"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  22. "_shasum": "10353c9e945334bc0511a6d90b38fbc7c9c504df",
  23. "_spec": "bindings@^1.5.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\fsevents",
  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/node-bindings/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "file-uri-to-path": "1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Helper module for loading your native module's .node file",
  39. "homepage": "https://github.com/TooTallNate/node-bindings",
  40. "keywords": [
  41. "native",
  42. "addon",
  43. "bindings",
  44. "gyp",
  45. "waf",
  46. "c",
  47. "c++"
  48. ],
  49. "license": "MIT",
  50. "main": "./bindings.js",
  51. "name": "bindings",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/TooTallNate/node-bindings.git"
  55. },
  56. "version": "1.5.0"
  57. }