package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "detect-libc@^1.0.3",
  3. "_id": "detect-libc@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
  6. "_location": "/detect-libc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detect-libc@^1.0.3",
  12. "name": "detect-libc",
  13. "escapedName": "detect-libc",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install",
  20. "/sharp"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  23. "_shasum": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b",
  24. "_spec": "detect-libc@^1.0.3",
  25. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\sharp",
  26. "author": {
  27. "name": "Lovell Fuller",
  28. "email": "npm@lovell.info"
  29. },
  30. "bin": {
  31. "detect-libc": "bin/detect-libc.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/lovell/detect-libc/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Niklas Salmoukas",
  40. "email": "niklas@salmoukas.com"
  41. }
  42. ],
  43. "deprecated": false,
  44. "description": "Node.js module to detect the C standard library (libc) implementation family and version",
  45. "devDependencies": {
  46. "ava": "^0.23.0",
  47. "nyc": "^11.3.0",
  48. "proxyquire": "^1.8.0",
  49. "semistandard": "^11.0.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10"
  53. },
  54. "homepage": "https://github.com/lovell/detect-libc#readme",
  55. "keywords": [
  56. "libc",
  57. "glibc",
  58. "musl"
  59. ],
  60. "license": "Apache-2.0",
  61. "main": "lib/detect-libc.js",
  62. "name": "detect-libc",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/lovell/detect-libc.git"
  66. },
  67. "scripts": {
  68. "test": "semistandard && nyc --reporter=lcov ava"
  69. },
  70. "version": "1.0.3"
  71. }