package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "jsonify@0.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsonify@0.0.1",
  10. "_id": "jsonify@0.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
  13. "_location": "/jsonify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jsonify@0.0.1",
  19. "name": "jsonify",
  20. "escapedName": "jsonify",
  21. "rawSpec": "0.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.1"
  24. },
  25. "_requiredBy": [
  26. "/json-stable-stringify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
  29. "_spec": "0.0.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Douglas Crockford",
  33. "url": "https://crockford.com/"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/jsonify/issues"
  45. },
  46. "description": "JSON without touching any globals",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^21.0.0",
  49. "aud": "^2.0.1",
  50. "auto-changelog": "^2.4.0",
  51. "eslint": "=8.8.0",
  52. "garbage": "0.0.x",
  53. "in-publish": "^2.0.1",
  54. "npmignore": "^0.3.0",
  55. "safe-publish-latest": "^2.0.0",
  56. "tape": "^5.6.1"
  57. },
  58. "directories": {
  59. "lib": ".",
  60. "test": "test"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/ljharb/jsonify#readme",
  66. "keywords": [
  67. "json",
  68. "browser"
  69. ],
  70. "license": "Public Domain",
  71. "main": "index.js",
  72. "name": "jsonify",
  73. "publishConfig": {
  74. "ignore": [
  75. ".github/workflows"
  76. ]
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/ljharb/jsonify.git"
  81. },
  82. "scripts": {
  83. "lint": "eslint --ext=js,mjs .",
  84. "posttest": "aud --production",
  85. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  86. "prepack": "npmignore --auto --commentLines=autogenerated",
  87. "prepublish": "not-in-publish || npm run prepublishOnly",
  88. "prepublishOnly": "safe-publish-latest",
  89. "pretest": "npm run lint",
  90. "test": "npm run tests-only",
  91. "tests-only": "tape 'test/**/*.js'",
  92. "version": "auto-changelog && git add CHANGELOG.md"
  93. },
  94. "version": "0.0.1"
  95. }