package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "serialize-javascript@^1.7.0",
  3. "_id": "serialize-javascript@1.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-z8IArvd7YAxH2pu4FJyUPnmML9s=",
  6. "_location": "/serialize-javascript",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "serialize-javascript@^1.7.0",
  12. "name": "serialize-javascript",
  13. "escapedName": "serialize-javascript",
  14. "rawSpec": "^1.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.7.0"
  17. },
  18. "_requiredBy": [
  19. "/uglifyjs-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-1.9.1.tgz?cache=0&sync_timestamp=1599740668657&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fserialize-javascript%2Fdownload%2Fserialize-javascript-1.9.1.tgz",
  22. "_shasum": "cfc200aef77b600c47da9bb8149c943e798c2fdb",
  23. "_spec": "serialize-javascript@^1.7.0",
  24. "_where": "D:\\朗通信息\\icssDService\\node_modules\\uglifyjs-webpack-plugin",
  25. "author": {
  26. "name": "Eric Ferraiuolo",
  27. "email": "edf@ericf.me"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yahoo/serialize-javascript/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
  35. "devDependencies": {
  36. "benchmark": "^2.1.4",
  37. "chai": "^4.1.0",
  38. "istanbul": "^0.4.5",
  39. "mocha": "^6.2.0"
  40. },
  41. "homepage": "https://github.com/yahoo/serialize-javascript",
  42. "keywords": [
  43. "serialize",
  44. "serialization",
  45. "javascript",
  46. "js",
  47. "json"
  48. ],
  49. "license": "BSD-3-Clause",
  50. "main": "index.js",
  51. "name": "serialize-javascript",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/yahoo/serialize-javascript.git"
  55. },
  56. "scripts": {
  57. "benchmark": "node -v && node test/benchmark/serialize.js",
  58. "test": "istanbul cover -- ./node_modules/mocha/bin/_mocha test/unit/ --reporter spec"
  59. },
  60. "version": "1.9.1"
  61. }