package.json 3.2 KB

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