package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "serialize-javascript@1.9.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "serialize-javascript@1.9.1",
  9. "_id": "serialize-javascript@1.9.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==",
  12. "_location": "/serialize-javascript",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "serialize-javascript@1.9.1",
  18. "name": "serialize-javascript",
  19. "escapedName": "serialize-javascript",
  20. "rawSpec": "1.9.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.9.1"
  23. },
  24. "_requiredBy": [
  25. "/@angular-devkit/build-angular/terser-webpack-plugin",
  26. "/copy-webpack-plugin",
  27. "/terser-webpack-plugin",
  28. "/uglifyjs-webpack-plugin"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz",
  31. "_spec": "1.9.1",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Eric Ferraiuolo",
  35. "email": "edf@ericf.me"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/yahoo/serialize-javascript/issues"
  39. },
  40. "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
  41. "devDependencies": {
  42. "benchmark": "^2.1.4",
  43. "chai": "^4.1.0",
  44. "istanbul": "^0.4.5",
  45. "mocha": "^6.2.0"
  46. },
  47. "homepage": "https://github.com/yahoo/serialize-javascript",
  48. "keywords": [
  49. "serialize",
  50. "serialization",
  51. "javascript",
  52. "js",
  53. "json"
  54. ],
  55. "license": "BSD-3-Clause",
  56. "main": "index.js",
  57. "name": "serialize-javascript",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/yahoo/serialize-javascript.git"
  61. },
  62. "scripts": {
  63. "benchmark": "node -v && node test/benchmark/serialize.js",
  64. "test": "istanbul cover -- ./node_modules/mocha/bin/_mocha test/unit/ --reporter spec"
  65. },
  66. "version": "1.9.1"
  67. }