package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "serialize-javascript@1.7.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "serialize-javascript@1.7.0",
  10. "_id": "serialize-javascript@1.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1uDfsqODKoyURo5usduX5VoZKmU=",
  13. "_location": "/serialize-javascript",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "serialize-javascript@1.7.0",
  19. "name": "serialize-javascript",
  20. "escapedName": "serialize-javascript",
  21. "rawSpec": "1.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.0"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin",
  27. "/terser-webpack-plugin"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-1.7.0.tgz",
  30. "_spec": "1.7.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
  40. "devDependencies": {
  41. "benchmark": "^2.1.4",
  42. "chai": "^4.1.0",
  43. "istanbul": "^0.4.5",
  44. "mocha": "^5.2.0"
  45. },
  46. "homepage": "https://github.com/yahoo/serialize-javascript",
  47. "keywords": [
  48. "serialize",
  49. "serialization",
  50. "javascript",
  51. "js",
  52. "json"
  53. ],
  54. "license": "BSD-3-Clause",
  55. "main": "index.js",
  56. "name": "serialize-javascript",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/yahoo/serialize-javascript.git"
  60. },
  61. "scripts": {
  62. "benchmark": "node -v && node test/benchmark/serialize.js",
  63. "test": "istanbul cover -- ./node_modules/mocha/bin/_mocha test/unit/ --reporter spec"
  64. },
  65. "version": "1.7.0"
  66. }