package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "fast-json-stable-stringify@^2.0.0",
  3. "_id": "fast-json-stable-stringify@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  6. "_location": "/fast-json-stable-stringify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fast-json-stable-stringify@^2.0.0",
  12. "name": "fast-json-stable-stringify",
  13. "escapedName": "fast-json-stable-stringify",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/transform",
  20. "/ajv",
  21. "/workbox-build",
  22. "/workbox-webpack-plugin"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  25. "_shasum": "874bf69c6f404c2b5d99c481341399fd55892633",
  26. "_spec": "fast-json-stable-stringify@^2.0.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\ajv",
  28. "author": {
  29. "name": "James Halliday",
  30. "email": "mail@substack.net",
  31. "url": "http://substack.net"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {},
  38. "deprecated": false,
  39. "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
  40. "devDependencies": {
  41. "benchmark": "^2.1.4",
  42. "coveralls": "^3.0.0",
  43. "eslint": "^6.7.0",
  44. "fast-stable-stringify": "latest",
  45. "faster-stable-stringify": "latest",
  46. "json-stable-stringify": "latest",
  47. "nyc": "^14.1.0",
  48. "pre-commit": "^1.2.2",
  49. "tape": "^4.11.0"
  50. },
  51. "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
  52. "keywords": [
  53. "json",
  54. "stringify",
  55. "deterministic",
  56. "hash",
  57. "stable"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "fast-json-stable-stringify",
  62. "nyc": {
  63. "exclude": [
  64. "test",
  65. "node_modules"
  66. ],
  67. "reporter": [
  68. "lcov",
  69. "text-summary"
  70. ]
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
  75. },
  76. "scripts": {
  77. "eslint": "eslint index.js test",
  78. "test": "npm run eslint && nyc npm run test-spec",
  79. "test-spec": "tape test/*.js"
  80. },
  81. "types": "index.d.ts",
  82. "version": "2.1.0"
  83. }