25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6 KiB

3 년 전
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "bindings@1.5.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "bindings@1.5.0",
  9. "_id": "bindings@1.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
  12. "_location": "/bindings",
  13. "_optional": true,
  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. "/fsevents"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
  29. "_spec": "1.5.0",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Nathan Rajlich",
  33. "email": "nathan@tootallnate.net",
  34. "url": "http://tootallnate.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/TooTallNate/node-bindings/issues"
  38. },
  39. "dependencies": {
  40. "file-uri-to-path": "1.0.0"
  41. },
  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. }