package.json 3.2 KB

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