package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "json-stable-stringify@1.0.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json-stable-stringify@1.0.2",
  10. "_id": "json-stable-stringify@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eunSSaEnxV12z+Z73y/j5N37/In40GK4GmsSy+tEHJMxknvqnA7/djeYtAgW0GsWHUfg+847WJjKaEylk2y09g==",
  13. "_location": "/json-stable-stringify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json-stable-stringify@1.0.2",
  19. "name": "json-stable-stringify",
  20. "escapedName": "json-stable-stringify",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/jest-runtime",
  27. "/less/ajv"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.2.tgz",
  30. "_spec": "1.0.2",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "auto-changelog": {
  38. "output": "CHANGELOG.md",
  39. "template": "keepachangelog",
  40. "unreleased": false,
  41. "commitLimit": false,
  42. "backfillLimit": false,
  43. "hideCredit": true
  44. },
  45. "bugs": {
  46. "url": "https://github.com/ljharb/json-stable-stringify/issues"
  47. },
  48. "dependencies": {
  49. "jsonify": "^0.0.1"
  50. },
  51. "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.0.0",
  54. "aud": "^2.0.1",
  55. "auto-changelog": "^2.4.0",
  56. "eslint": "=8.8.0",
  57. "in-publish": "^2.0.1",
  58. "npmignore": "^0.3.0",
  59. "safe-publish-latest": "^2.0.0",
  60. "tape": "^5.6.1"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/ljharb/json-stable-stringify",
  66. "keywords": [
  67. "json",
  68. "stringify",
  69. "deterministic",
  70. "hash",
  71. "sort",
  72. "stable"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "json-stable-stringify",
  77. "publishConfig": {
  78. "ignore": [
  79. ".github/workflows"
  80. ]
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/ljharb/json-stable-stringify.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --ext=js,mjs .",
  88. "posttest": "aud --production",
  89. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  90. "prepack": "npmignore --auto --commentLines=autogenerated",
  91. "prepublish": "not-in-publish || npm run prepublishOnly",
  92. "prepublishOnly": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "npm run tests-only",
  95. "tests-only": "tape 'test/**/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "testling": {
  99. "files": "test/*.js",
  100. "browsers": [
  101. "ie/8..latest",
  102. "ff/5",
  103. "ff/latest",
  104. "chrome/15",
  105. "chrome/latest",
  106. "safari/latest",
  107. "opera/latest"
  108. ]
  109. },
  110. "version": "1.0.2"
  111. }