package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "buffer-json@^2.0.0",
  3. "_id": "buffer-json@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+jjPFVqyfF1esi9fvfUs3NqM0pH1ziZ36VP4hmA/y/Ssfo/5w5xHKfTw9BwQjoJ1w/oVtpLomqwUHKdefGyuHw==",
  6. "_location": "/buffer-json",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-json@^2.0.0",
  12. "name": "buffer-json",
  13. "escapedName": "buffer-json",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cache-loader"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/buffer-json/-/buffer-json-2.0.0.tgz",
  22. "_shasum": "f73e13b1e42f196fe2fd67d001c7d7107edd7c23",
  23. "_spec": "buffer-json@^2.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\cache-loader",
  25. "author": {
  26. "name": "JP Richardson"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/jprichardson/buffer-json/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "JSON.stringify & JSON.parse which can encode/decode buffers.",
  34. "devDependencies": {
  35. "standard": "^12.0.1",
  36. "tape": "^4.10.1"
  37. },
  38. "homepage": "https://github.com/jprichardson/buffer-json#readme",
  39. "keywords": [
  40. "JSON",
  41. "parse",
  42. "stringify",
  43. "buffer",
  44. "reviver",
  45. "replacer",
  46. "base64"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "buffer-json",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/jprichardson/buffer-json.git"
  54. },
  55. "scripts": {
  56. "test": "standard --fix && node test.js"
  57. },
  58. "version": "2.0.0"
  59. }