package.json 2.3 KB

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