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.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "fast-safe-stringify@^2.0.7",
  3. "_id": "fast-safe-stringify@2.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Utm6CdzT+6xsDk2m8S6uL8VHxNwI6Jub+e9NYTcAms28T84pTa25GJQV9j0CY0N1rM8hK4x6grpF2BQf+2qwVA==",
  6. "_location": "/fast-safe-stringify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fast-safe-stringify@^2.0.7",
  12. "name": "fast-safe-stringify",
  13. "escapedName": "fast-safe-stringify",
  14. "rawSpec": "^2.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.7"
  17. },
  18. "_requiredBy": [
  19. "/superagent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.0.7.tgz",
  22. "_shasum": "124aa885899261f68aedb42a7c080de9da608743",
  23. "_spec": "fast-safe-stringify@^2.0.7",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\superagent",
  25. "author": {
  26. "name": "David Mark Clements"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/davidmarkclements/fast-safe-stringify/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Ruben Bridgewater"
  35. },
  36. {
  37. "name": "Matteo Collina"
  38. },
  39. {
  40. "name": "Ben Gourley"
  41. },
  42. {
  43. "name": "Gabriel Lesperance"
  44. },
  45. {
  46. "name": "Alex Liu"
  47. },
  48. {
  49. "name": "Christoph Walcher"
  50. },
  51. {
  52. "name": "Nicholas Young"
  53. }
  54. ],
  55. "dependencies": {},
  56. "deprecated": false,
  57. "description": "Safely and quickly serialize JavaScript objects",
  58. "devDependencies": {
  59. "benchmark": "^2.1.4",
  60. "clone": "^2.1.0",
  61. "json-stringify-safe": "^5.0.1",
  62. "standard": "^11.0.0",
  63. "tap": "^12.0.0"
  64. },
  65. "homepage": "https://github.com/davidmarkclements/fast-safe-stringify#readme",
  66. "keywords": [
  67. "stable",
  68. "stringify",
  69. "JSON",
  70. "JSON.stringify",
  71. "safe",
  72. "serialize"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "fast-safe-stringify",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/davidmarkclements/fast-safe-stringify.git"
  80. },
  81. "scripts": {
  82. "benchmark": "node benchmark.js",
  83. "test": "standard && tap --no-esm test.js test-stable.js"
  84. },
  85. "typings": "index",
  86. "version": "2.0.7"
  87. }