package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "is-string@1.0.5",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-string@1.0.5",
  10. "_id": "is-string@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QEk+0ZjvP/R3uMf5L2ROyCpc06Y=",
  13. "_location": "/is-string",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-string@1.0.5",
  19. "name": "is-string",
  20. "escapedName": "is-string",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/which-boxed-primitive"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/is-string/download/is-string-1.0.5.tgz",
  30. "_spec": "1.0.5",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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. "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^15.0.2",
  50. "auto-changelog": "^1.16.2",
  51. "covert": "^1.1.1",
  52. "eclint": "^2.8.1",
  53. "eslint": "^6.7.2",
  54. "foreach": "^2.0.5",
  55. "indexof": "^0.0.1",
  56. "is": "^3.3.0",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^4.12.0"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/ljharb/is-string#readme",
  67. "keywords": [
  68. "String",
  69. "string",
  70. "ES6",
  71. "toStringTag",
  72. "@@toStringTag",
  73. "String object"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "is-string",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/ljharb/is-string.git"
  81. },
  82. "scripts": {
  83. "coverage": "covert test/index.js",
  84. "eccheck": "eclint check *.js **/*.js > /dev/null",
  85. "lint": "eslint .",
  86. "posttest": "npx aud",
  87. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  88. "prepublish": "safe-publish-latest",
  89. "pretest": "npm run lint",
  90. "test": "npm run tests-only",
  91. "tests-only": "node --harmony --es-staging test",
  92. "version": "auto-changelog && git add CHANGELOG.md"
  93. },
  94. "testling": {
  95. "files": "test/index.js",
  96. "browsers": [
  97. "iexplore/6.0..latest",
  98. "firefox/3.0..6.0",
  99. "firefox/15.0..latest",
  100. "firefox/nightly",
  101. "chrome/4.0..10.0",
  102. "chrome/20.0..latest",
  103. "chrome/canary",
  104. "opera/10.0..latest",
  105. "opera/next",
  106. "safari/4.0..latest",
  107. "ipad/6.0..latest",
  108. "iphone/6.0..latest",
  109. "android-browser/4.2"
  110. ]
  111. },
  112. "version": "1.0.5"
  113. }