package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "/@vue/cli-service/fsevents",
  20. "/deasync",
  21. "/mocha-webpack/fsevents",
  22. "/sane/fsevents",
  23. "/watchpack-chokidar2/fsevents"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz",
  26. "_shasum": "10353c9e945334bc0511a6d90b38fbc7c9c504df",
  27. "_spec": "bindings@^1.5.0",
  28. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\deasync",
  29. "author": {
  30. "name": "Nathan Rajlich",
  31. "email": "nathan@tootallnate.net",
  32. "url": "http://tootallnate.net"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/TooTallNate/node-bindings/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "file-uri-to-path": "1.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Helper module for loading your native module's .node file",
  43. "homepage": "https://github.com/TooTallNate/node-bindings",
  44. "keywords": [
  45. "native",
  46. "addon",
  47. "bindings",
  48. "gyp",
  49. "waf",
  50. "c",
  51. "c++"
  52. ],
  53. "license": "MIT",
  54. "main": "./bindings.js",
  55. "name": "bindings",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/TooTallNate/node-bindings.git"
  59. },
  60. "version": "1.5.0"
  61. }