package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "serialize-javascript@5.0.1",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "serialize-javascript@5.0.1",
  10. "_id": "serialize-javascript@5.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==",
  13. "_location": "/serialize-javascript",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "serialize-javascript@5.0.1",
  19. "name": "serialize-javascript",
  20. "escapedName": "serialize-javascript",
  21. "rawSpec": "5.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "5.0.1"
  24. },
  25. "_requiredBy": [
  26. "/compression-webpack-plugin"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz",
  29. "_spec": "5.0.1",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Eric Ferraiuolo",
  33. "email": "edf@ericf.me"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/yahoo/serialize-javascript/issues"
  37. },
  38. "dependencies": {
  39. "randombytes": "^2.1.0"
  40. },
  41. "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
  42. "devDependencies": {
  43. "benchmark": "^2.1.4",
  44. "chai": "^4.1.0",
  45. "mocha": "^8.0.1",
  46. "nyc": "^15.0.0"
  47. },
  48. "homepage": "https://github.com/yahoo/serialize-javascript",
  49. "keywords": [
  50. "serialize",
  51. "serialization",
  52. "javascript",
  53. "js",
  54. "json"
  55. ],
  56. "license": "BSD-3-Clause",
  57. "main": "index.js",
  58. "name": "serialize-javascript",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/yahoo/serialize-javascript.git"
  62. },
  63. "scripts": {
  64. "benchmark": "node -v && node test/benchmark/serialize.js",
  65. "test": "nyc --reporter=lcov mocha test/unit"
  66. },
  67. "version": "5.0.1"
  68. }