package.json 1.7 KB

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