package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "has-binary2@~1.0.2",
  6. "scope": null,
  7. "escapedName": "has-binary2",
  8. "name": "has-binary2",
  9. "rawSpec": "~1.0.2",
  10. "spec": ">=1.0.2 <1.1.0",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/liveserver/node_modules/socket.io/node_modules/engine.io-parser"
  14. ]
  15. ],
  16. "_from": "has-binary2@>=1.0.2 <1.1.0",
  17. "_id": "has-binary2@1.0.2",
  18. "_inCache": true,
  19. "_location": "/has-binary2",
  20. "_nodeVersion": "6.9.4",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/has-binary2-1.0.2.tgz_1493325765063_0.2403412840794772"
  24. },
  25. "_npmUser": {
  26. "name": "darrachequesne",
  27. "email": "damien.arrachequesne@gmail.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "has-binary2@~1.0.2",
  33. "scope": null,
  34. "escapedName": "has-binary2",
  35. "name": "has-binary2",
  36. "rawSpec": "~1.0.2",
  37. "spec": ">=1.0.2 <1.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/socket.io/engine.io-parser",
  42. "/socket.io/socket.io-parser"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz",
  45. "_shasum": "e83dba49f0b9be4d026d27365350d9f03f54be98",
  46. "_shrinkwrap": null,
  47. "_spec": "has-binary2@~1.0.2",
  48. "_where": "/data/feimat/test_yali/liveserver/node_modules/socket.io/node_modules/engine.io-parser",
  49. "author": {
  50. "name": "Kevin Roark"
  51. },
  52. "dependencies": {
  53. "isarray": "2.0.1"
  54. },
  55. "description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
  56. "devDependencies": {
  57. "better-assert": "^1.0.2",
  58. "mocha": "^3.2.0",
  59. "semistandard": "^9.2.1"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "e83dba49f0b9be4d026d27365350d9f03f54be98",
  64. "tarball": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.2.tgz"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "02266c05a7b3edecf945343c26c1bc562f78bbd9",
  70. "license": "MIT",
  71. "maintainers": [
  72. {
  73. "name": "darrachequesne",
  74. "email": "damien.arrachequesne@gmail.com"
  75. }
  76. ],
  77. "name": "has-binary2",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "scripts": {
  81. "checkstyle": "semistandard",
  82. "test": "npm run checkstyle && mocha --bail"
  83. },
  84. "version": "1.0.2"
  85. }