package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "is-string@^1.0.6",
  3. "_id": "is-string@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-P+XVmS+w2TQE8yWE1LAXmnG1Sl8=",
  6. "_location": "/is-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-string@^1.0.6",
  12. "name": "is-string",
  13. "escapedName": "is-string",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/which-boxed-primitive"
  21. ],
  22. "_resolved": "https://registry.nlark.com/is-string/download/is-string-1.0.6.tgz",
  23. "_shasum": "3fe5d5992fb0d93404f32584d4b0179a71b54a5f",
  24. "_spec": "is-string@^1.0.6",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\es-abstract",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/is-string/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^17.6.0",
  45. "aud": "^1.1.5",
  46. "auto-changelog": "^2.2.1",
  47. "core-js": "^3.12.0",
  48. "eclint": "^2.8.1",
  49. "eslint": "^7.26.0",
  50. "foreach": "^2.0.5",
  51. "indexof": "^0.0.1",
  52. "is": "^3.3.0",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^1.1.4",
  55. "tape": "^5.2.2"
  56. },
  57. "engines": {
  58. "node": ">= 0.4"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/ljharb/is-string#readme",
  64. "keywords": [
  65. "String",
  66. "string",
  67. "ES6",
  68. "toStringTag",
  69. "@@toStringTag",
  70. "String object"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "is-string",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/ljharb/is-string.git"
  78. },
  79. "scripts": {
  80. "eccheck": "eclint check *.js **/*.js > /dev/null",
  81. "lint": "eslint .",
  82. "posttest": "npx aud --production",
  83. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  84. "prepublish": "not-in-publish || npm run prepublishOnly",
  85. "prepublishOnly": "safe-publish-latest",
  86. "pretest": "npm run lint",
  87. "test": "npm run tests-only && npm run test:corejs",
  88. "test:corejs": "nyc tape test-corejs.js",
  89. "tests-only": "nyc tape 'test/**/*.js'",
  90. "version": "auto-changelog && git add CHANGELOG.md"
  91. },
  92. "testling": {
  93. "files": "test/index.js",
  94. "browsers": [
  95. "iexplore/6.0..latest",
  96. "firefox/3.0..6.0",
  97. "firefox/15.0..latest",
  98. "firefox/nightly",
  99. "chrome/4.0..10.0",
  100. "chrome/20.0..latest",
  101. "chrome/canary",
  102. "opera/10.0..latest",
  103. "opera/next",
  104. "safari/4.0..latest",
  105. "ipad/6.0..latest",
  106. "iphone/6.0..latest",
  107. "android-browser/4.2"
  108. ]
  109. },
  110. "version": "1.0.6"
  111. }