package.json 3.1 KB

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