package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "serialize-javascript@1.9.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "serialize-javascript@1.9.1",
  10. "_id": "serialize-javascript@1.9.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==",
  13. "_location": "/serialize-javascript",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "serialize-javascript@1.9.1",
  19. "name": "serialize-javascript",
  20. "escapedName": "serialize-javascript",
  21. "rawSpec": "1.9.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.9.1"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin",
  27. "/uglifyjs-webpack-plugin"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz",
  30. "_spec": "1.9.1",
  31. "_where": "E:\\amr1.0\\AMR",
  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": "^6.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.9.1"
  66. }