No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

package.json 1.6 KiB

hace 3 años
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "has-binary2@1.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "has-binary2@1.0.3",
  9. "_id": "has-binary2@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==",
  12. "_location": "/has-binary2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-binary2@1.0.3",
  18. "name": "has-binary2",
  19. "escapedName": "has-binary2",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/browser-sync-ui/socket.io-client",
  26. "/engine.io-parser",
  27. "/socket.io",
  28. "/socket.io/engine.io-parser",
  29. "/socket.io/socket.io-client"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz",
  32. "_spec": "1.0.3",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Kevin Roark"
  36. },
  37. "dependencies": {
  38. "isarray": "2.0.1"
  39. },
  40. "description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
  41. "devDependencies": {
  42. "better-assert": "^1.0.2",
  43. "mocha": "^3.2.0",
  44. "semistandard": "^9.2.1"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "license": "MIT",
  50. "name": "has-binary2",
  51. "scripts": {
  52. "checkstyle": "semistandard",
  53. "test": "npm run checkstyle && mocha --bail"
  54. },
  55. "version": "1.0.3"
  56. }