package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "is-string@1.0.5",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-string@1.0.5",
  10. "_id": "is-string@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==",
  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. "/array-includes"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false
  41. },
  42. "bugs": {
  43. "url": "https://github.com/ljharb/is-string/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^15.0.2",
  49. "auto-changelog": "^1.16.2",
  50. "covert": "^1.1.1",
  51. "eclint": "^2.8.1",
  52. "eslint": "^6.7.2",
  53. "foreach": "^2.0.5",
  54. "indexof": "^0.0.1",
  55. "is": "^3.3.0",
  56. "safe-publish-latest": "^1.1.4",
  57. "tape": "^4.12.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/ljharb/is-string#readme",
  66. "keywords": [
  67. "String",
  68. "string",
  69. "ES6",
  70. "toStringTag",
  71. "@@toStringTag",
  72. "String object"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "is-string",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/ljharb/is-string.git"
  80. },
  81. "scripts": {
  82. "coverage": "covert test/index.js",
  83. "eccheck": "eclint check *.js **/*.js > /dev/null",
  84. "lint": "eslint .",
  85. "posttest": "npx aud",
  86. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  87. "prepublish": "safe-publish-latest",
  88. "pretest": "npm run lint",
  89. "test": "npm run tests-only",
  90. "tests-only": "node --harmony --es-staging test",
  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.5"
  112. }