package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "utf-8-validate@1.2.x",
  6. "scope": null,
  7. "escapedName": "utf-8-validate",
  8. "name": "utf-8-validate",
  9. "rawSpec": "1.2.x",
  10. "spec": ">=1.2.0 <1.3.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/ws"
  14. ]
  15. ],
  16. "_from": "utf-8-validate@>=1.2.0 <1.3.0",
  17. "_id": "utf-8-validate@1.2.2",
  18. "_inCache": true,
  19. "_location": "/utf-8-validate",
  20. "_nodeVersion": "7.2.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/utf-8-validate-1.2.2.tgz_1481128509915_0.5595374992117286"
  24. },
  25. "_npmUser": {
  26. "name": "lpinca",
  27. "email": "luigipinca@gmail.com"
  28. },
  29. "_npmVersion": "3.10.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "utf-8-validate@1.2.x",
  33. "scope": null,
  34. "escapedName": "utf-8-validate",
  35. "name": "utf-8-validate",
  36. "rawSpec": "1.2.x",
  37. "spec": ">=1.2.0 <1.3.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/ws"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-1.2.2.tgz",
  44. "_shasum": "8bb871a4741e085c70487ca7acdbd7d6d36029eb",
  45. "_shrinkwrap": null,
  46. "_spec": "utf-8-validate@1.2.x",
  47. "_where": "/data/feimat/test_yali/liveserver/node_modules/ws",
  48. "author": {
  49. "name": "Einar Otto Stangvik",
  50. "email": "einaros@gmail.com",
  51. "url": "http://2x.io"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/websockets/utf-8-validate/issues"
  55. },
  56. "dependencies": {
  57. "bindings": "~1.2.1",
  58. "nan": "~2.4.0"
  59. },
  60. "description": "Validate UTF-8 for Web",
  61. "devDependencies": {
  62. "istanbul": "~0.4.5",
  63. "mocha": "~3.2.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "8bb871a4741e085c70487ca7acdbd7d6d36029eb",
  68. "tarball": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-1.2.2.tgz"
  69. },
  70. "gitHead": "c06b8e7fb1c310bd5e490072bac3df4a8414bd6c",
  71. "gypfile": true,
  72. "homepage": "https://github.com/websockets/utf-8-validate",
  73. "keywords": [
  74. "utf-8-validate"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "3rdeden",
  81. "email": "npm@3rd-Eden.com"
  82. },
  83. {
  84. "name": "einaros",
  85. "email": "einaros@gmail.com"
  86. },
  87. {
  88. "name": "lpinca",
  89. "email": "luigipinca@gmail.com"
  90. },
  91. {
  92. "name": "v1",
  93. "email": "npm@3rd-Eden.com"
  94. }
  95. ],
  96. "name": "utf-8-validate",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/websockets/utf-8-validate.git"
  102. },
  103. "scripts": {
  104. "coverage": "istanbul cover _mocha --report html -- test/*.test.js",
  105. "install": "node-gyp rebuild",
  106. "test": "mocha test/*.test.js"
  107. },
  108. "version": "1.2.2"
  109. }