package.json 2.4 KB

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