package.json 2.3 KB

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