package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "traverse@^0.6.6",
  3. "_id": "traverse@0.6.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vxXDZg8/+p3gblxB6BhhG5yWVn1kGRlaL8O78UDXc3wRnPizB5g83dcvWV1jpDMIPnjZjOFuxlMmE82XJ4407w==",
  6. "_location": "/traverse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "traverse@^0.6.6",
  12. "name": "traverse",
  13. "escapedName": "traverse",
  14. "rawSpec": "^0.6.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.6.6"
  17. },
  18. "_requiredBy": [
  19. "/svg-baker"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/traverse/-/traverse-0.6.11.tgz",
  22. "_shasum": "e8daa071b101ae66767fffa6f177aa6f7110068e",
  23. "_spec": "traverse@^0.6.6",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\svg-baker",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ljharb/js-traverse/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "gopd": "^1.2.0",
  44. "typedarray.prototype.slice": "^1.0.5",
  45. "which-typed-array": "^1.1.18"
  46. },
  47. "deprecated": false,
  48. "description": "traverse and transform objects by visiting every node on a recursive walk",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^21.1.1",
  51. "auto-changelog": "^2.5.0",
  52. "encoding": "^0.1.13",
  53. "es-value-fixtures": "^1.7.0",
  54. "eslint": "=8.8.0",
  55. "in-publish": "^2.0.1",
  56. "npmignore": "^0.3.1",
  57. "safe-publish-latest": "^2.0.0",
  58. "tape": "^5.9.0"
  59. },
  60. "directories": {
  61. "example": "example",
  62. "test": "test"
  63. },
  64. "engines": {
  65. "node": ">= 0.4"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/ljharb/js-traverse",
  71. "keywords": [
  72. "traverse",
  73. "walk",
  74. "recursive",
  75. "map",
  76. "forEach",
  77. "deep",
  78. "clone"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "traverse",
  83. "publishConfig": {
  84. "ignore": [
  85. ".github/workflows"
  86. ]
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/ljharb/js-traverse.git"
  91. },
  92. "scripts": {
  93. "lint": "eslint --ext=js,mjs .",
  94. "posttest": "npx npm@'>=10.2' audit --production",
  95. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  96. "prepack": "npmignore --auto --commentLines=autogenerated",
  97. "prepublish": "not-in-publish || npm run prepublishOnly",
  98. "prepublishOnly": "safe-publish-latest",
  99. "pretest": "npm run lint",
  100. "test": "npm run tests-only",
  101. "tests-only": "tape 'test/**/*.js'",
  102. "version": "auto-changelog && git add CHANGELOG.md"
  103. },
  104. "testling": {
  105. "files": "test/*.js",
  106. "browsers": {
  107. "iexplore": [
  108. "6.0",
  109. "7.0",
  110. "8.0",
  111. "9.0"
  112. ],
  113. "chrome": [
  114. "10.0",
  115. "20.0"
  116. ],
  117. "firefox": [
  118. "10.0",
  119. "15.0"
  120. ],
  121. "safari": [
  122. "5.1"
  123. ],
  124. "opera": [
  125. "12.0"
  126. ]
  127. }
  128. },
  129. "version": "0.6.11"
  130. }