package.json 3.2 KB

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