package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "/@mapbox/node-pre-gyp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  22. "_shasum": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b",
  23. "_spec": "detect-libc@^1.0.3",
  24. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\@mapbox\\node-pre-gyp",
  25. "author": {
  26. "name": "Lovell Fuller",
  27. "email": "npm@lovell.info"
  28. },
  29. "bin": {
  30. "detect-libc": "bin/detect-libc.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/lovell/detect-libc/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Niklas Salmoukas",
  39. "email": "niklas@salmoukas.com"
  40. }
  41. ],
  42. "deprecated": false,
  43. "description": "Node.js module to detect the C standard library (libc) implementation family and version",
  44. "devDependencies": {
  45. "ava": "^0.23.0",
  46. "nyc": "^11.3.0",
  47. "proxyquire": "^1.8.0",
  48. "semistandard": "^11.0.0"
  49. },
  50. "engines": {
  51. "node": ">=0.10"
  52. },
  53. "homepage": "https://github.com/lovell/detect-libc#readme",
  54. "keywords": [
  55. "libc",
  56. "glibc",
  57. "musl"
  58. ],
  59. "license": "Apache-2.0",
  60. "main": "lib/detect-libc.js",
  61. "name": "detect-libc",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/lovell/detect-libc.git"
  65. },
  66. "scripts": {
  67. "test": "semistandard && nyc --reporter=lcov ava"
  68. },
  69. "version": "1.0.3"
  70. }