Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

112 строки
3.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "is-string@1.0.5",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "is-string@1.0.5",
  9. "_id": "is-string@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==",
  12. "_location": "/is-string",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-string@1.0.5",
  18. "name": "is-string",
  19. "escapedName": "is-string",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/array-includes"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz",
  28. "_spec": "1.0.5",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com"
  33. },
  34. "auto-changelog": {
  35. "output": "CHANGELOG.md",
  36. "template": "keepachangelog",
  37. "unreleased": false,
  38. "commitLimit": false,
  39. "backfillLimit": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ljharb/is-string/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^15.0.2",
  48. "auto-changelog": "^1.16.2",
  49. "covert": "^1.1.1",
  50. "eclint": "^2.8.1",
  51. "eslint": "^6.7.2",
  52. "foreach": "^2.0.5",
  53. "indexof": "^0.0.1",
  54. "is": "^3.3.0",
  55. "safe-publish-latest": "^1.1.4",
  56. "tape": "^4.12.0"
  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. "coverage": "covert test/index.js",
  82. "eccheck": "eclint check *.js **/*.js > /dev/null",
  83. "lint": "eslint .",
  84. "posttest": "npx aud",
  85. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  86. "prepublish": "safe-publish-latest",
  87. "pretest": "npm run lint",
  88. "test": "npm run tests-only",
  89. "tests-only": "node --harmony --es-staging test",
  90. "version": "auto-changelog && git add CHANGELOG.md"
  91. },
  92. "testling": {
  93. "files": "test/index.js",
  94. "browsers": [
  95. "iexplore/6.0..latest",
  96. "firefox/3.0..6.0",
  97. "firefox/15.0..latest",
  98. "firefox/nightly",
  99. "chrome/4.0..10.0",
  100. "chrome/20.0..latest",
  101. "chrome/canary",
  102. "opera/10.0..latest",
  103. "opera/next",
  104. "safari/4.0..latest",
  105. "ipad/6.0..latest",
  106. "iphone/6.0..latest",
  107. "android-browser/4.2"
  108. ]
  109. },
  110. "version": "1.0.5"
  111. }