package.json 2.4 KB

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