25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6 KiB

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