package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "serialize-javascript@4.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "serialize-javascript@4.0.0",
  10. "_id": "serialize-javascript@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tSXhI4SJpez8Qq+sw/6Z5mb0sao=",
  13. "_location": "/serialize-javascript",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "serialize-javascript@4.0.0",
  19. "name": "serialize-javascript",
  20. "escapedName": "serialize-javascript",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin",
  27. "/terser-webpack-plugin"
  28. ],
  29. "_resolved": "https://registry.nlark.com/serialize-javascript/download/serialize-javascript-4.0.0.tgz",
  30. "_spec": "4.0.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Eric Ferraiuolo",
  34. "email": "edf@ericf.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/yahoo/serialize-javascript/issues"
  38. },
  39. "dependencies": {
  40. "randombytes": "^2.1.0"
  41. },
  42. "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
  43. "devDependencies": {
  44. "benchmark": "^2.1.4",
  45. "chai": "^4.1.0",
  46. "mocha": "^7.0.0",
  47. "nyc": "^15.0.0"
  48. },
  49. "homepage": "https://github.com/yahoo/serialize-javascript",
  50. "keywords": [
  51. "serialize",
  52. "serialization",
  53. "javascript",
  54. "js",
  55. "json"
  56. ],
  57. "license": "BSD-3-Clause",
  58. "main": "index.js",
  59. "name": "serialize-javascript",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/yahoo/serialize-javascript.git"
  63. },
  64. "scripts": {
  65. "benchmark": "node -v && node test/benchmark/serialize.js",
  66. "test": "nyc --reporter=lcov mocha test/unit"
  67. },
  68. "version": "4.0.0"
  69. }