package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "bser@2.1.1",
  3. "_id": "bser@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
  6. "_location": "/bser",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bser@2.1.1",
  12. "name": "bser",
  13. "escapedName": "bser",
  14. "rawSpec": "2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/fb-watchman"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
  22. "_shasum": "e6787da20ece9d07998533cfd9de6f5c38f4bc05",
  23. "_spec": "bser@2.1.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\fb-watchman",
  25. "author": {
  26. "name": "Wez Furlong",
  27. "email": "wez@fb.com",
  28. "url": "http://wezfurlong.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/facebook/watchman/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "node-int64": "^0.4.0"
  36. },
  37. "deprecated": false,
  38. "description": "JavaScript implementation of the BSER Binary Serialization",
  39. "directories": {
  40. "test": "test"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://facebook.github.io/watchman/docs/bser.html",
  46. "keywords": [
  47. "bser",
  48. "binary",
  49. "protocol"
  50. ],
  51. "license": "Apache-2.0",
  52. "main": "index.js",
  53. "name": "bser",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/facebook/watchman.git"
  57. },
  58. "scripts": {
  59. "test": "node test/bser.js"
  60. },
  61. "version": "2.1.1"
  62. }