package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. ],
  22. "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  23. "_shasum": "874bf69c6f404c2b5d99c481341399fd55892633",
  24. "_spec": "fast-json-stable-stringify@^2.0.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\ajv",
  26. "author": {
  27. "name": "James Halliday",
  28. "email": "mail@substack.net",
  29. "url": "http://substack.net"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
  38. "devDependencies": {
  39. "benchmark": "^2.1.4",
  40. "coveralls": "^3.0.0",
  41. "eslint": "^6.7.0",
  42. "fast-stable-stringify": "latest",
  43. "faster-stable-stringify": "latest",
  44. "json-stable-stringify": "latest",
  45. "nyc": "^14.1.0",
  46. "pre-commit": "^1.2.2",
  47. "tape": "^4.11.0"
  48. },
  49. "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
  50. "keywords": [
  51. "json",
  52. "stringify",
  53. "deterministic",
  54. "hash",
  55. "stable"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "fast-json-stable-stringify",
  60. "nyc": {
  61. "exclude": [
  62. "test",
  63. "node_modules"
  64. ],
  65. "reporter": [
  66. "lcov",
  67. "text-summary"
  68. ]
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
  73. },
  74. "scripts": {
  75. "eslint": "eslint index.js test",
  76. "test": "npm run eslint && nyc npm run test-spec",
  77. "test-spec": "tape test/*.js"
  78. },
  79. "types": "index.d.ts",
  80. "version": "2.1.0"
  81. }