You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.8 KiB

4 years ago
  1. {
  2. "_from": "serialize-javascript@^2.1.2",
  3. "_id": "serialize-javascript@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rs9OggEUF0V4jUSecXazOYsLfu7OGK2qIn3c7IPBiffz32XniEp/TX9Xmc9LQfK2nQ2QKHvZ2oygKUGU0lG4jQ==",
  6. "_location": "/serialize-javascript",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "serialize-javascript@^2.1.2",
  12. "name": "serialize-javascript",
  13. "escapedName": "serialize-javascript",
  14. "rawSpec": "^2.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.2"
  17. },
  18. "_requiredBy": [
  19. "/terser-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-2.1.2.tgz",
  22. "_shasum": "ecec53b0e0317bdc95ef76ab7074b7384785fa61",
  23. "_spec": "serialize-javascript@^2.1.2",
  24. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/terser-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. "mocha": "^6.2.0",
  39. "nyc": "^14.1.1"
  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": "nyc --reporter=lcov mocha test/unit"
  59. },
  60. "version": "2.1.2"
  61. }