package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "utf-8-validate",
  3. "_id": "utf-8-validate@5.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Y8+8zYXcHytmz3odDuvAjtBWv7M=",
  6. "_location": "/utf-8-validate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "utf-8-validate",
  12. "name": "utf-8-validate",
  13. "escapedName": "utf-8-validate",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/utf-8-validate/download/utf-8-validate-5.0.2.tgz",
  23. "_shasum": "63cfbccd85dc1f2b66cf7a1d0eebc08ed056bfb3",
  24. "_spec": "utf-8-validate",
  25. "_where": "E:\\dev\\007\\node10",
  26. "author": {
  27. "name": "Einar Otto Stangvik",
  28. "email": "einaros@gmail.com",
  29. "url": "http://2x.io"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/websockets/utf-8-validate/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "node-gyp-build": "~3.7.0"
  37. },
  38. "deprecated": false,
  39. "description": "Check if a buffer contains valid UTF-8",
  40. "devDependencies": {
  41. "mocha": "~5.2.0",
  42. "prebuildify": "~2.10.0"
  43. },
  44. "homepage": "https://github.com/websockets/utf-8-validate",
  45. "keywords": [
  46. "utf-8-validate"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "utf-8-validate",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/websockets/utf-8-validate.git"
  54. },
  55. "scripts": {
  56. "install": "node-gyp-build",
  57. "prebuild": "prebuildify --napi",
  58. "test": "mocha"
  59. },
  60. "version": "5.0.2"
  61. }