package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "bindings@1.5.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "bindings@1.5.0",
  10. "_id": "bindings@1.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  13. "_location": "/bindings",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "bindings@1.5.0",
  19. "name": "bindings",
  20. "escapedName": "bindings",
  21. "rawSpec": "1.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.0"
  24. },
  25. "_requiredBy": [
  26. "/deasync",
  27. "/mocha-webpack/fsevents",
  28. "/sane/fsevents",
  29. "/watchpack-chokidar2/fsevents",
  30. "/webpack-dev-server/fsevents"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  33. "_spec": "1.5.0",
  34. "_where": "E:\\item\\newItem\\admin",
  35. "author": {
  36. "name": "Nathan Rajlich",
  37. "email": "nathan@tootallnate.net",
  38. "url": "http://tootallnate.net"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/TooTallNate/node-bindings/issues"
  42. },
  43. "dependencies": {
  44. "file-uri-to-path": "1.0.0"
  45. },
  46. "description": "Helper module for loading your native module's .node file",
  47. "homepage": "https://github.com/TooTallNate/node-bindings",
  48. "keywords": [
  49. "native",
  50. "addon",
  51. "bindings",
  52. "gyp",
  53. "waf",
  54. "c",
  55. "c++"
  56. ],
  57. "license": "MIT",
  58. "main": "./bindings.js",
  59. "name": "bindings",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/TooTallNate/node-bindings.git"
  63. },
  64. "version": "1.5.0"
  65. }