package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "fast-json-stable-stringify@2.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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": "sha1-h0v2nG9ATCtdmcSBNBOZ/VWJJjM=",
  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. "/ajv"
  26. ],
  27. "_resolved": "https://registry.nlark.com/fast-json-stable-stringify/download/fast-json-stable-stringify-2.1.0.tgz?cache=0&sync_timestamp=1618847186091&other_urls=https%3A%2F%2Fregistry.nlark.com%2Ffast-json-stable-stringify%2Fdownload%2Ffast-json-stable-stringify-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  30. "author": {
  31. "name": "James Halliday",
  32. "email": "mail@substack.net",
  33. "url": "http://substack.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  37. },
  38. "dependencies": {},
  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. }