You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
3.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-regex@^1.0.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/es-abstract"
  6. ]
  7. ],
  8. "_from": "is-regex@>=1.0.4 <2.0.0",
  9. "_id": "is-regex@1.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-regex",
  13. "_nodeVersion": "7.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/is-regex-1.0.4.tgz_1487407180290_0.1654177566524595"
  17. },
  18. "_npmUser": {
  19. "email": "ljharb@gmail.com",
  20. "name": "ljharb"
  21. },
  22. "_npmVersion": "4.1.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-regex",
  26. "raw": "is-regex@^1.0.4",
  27. "rawSpec": "^1.0.4",
  28. "scope": null,
  29. "spec": ">=1.0.4 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/deep-equal",
  34. "/es-abstract"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
  37. "_shasum": "5517489b547091b0930e095654ced25ee97e9491",
  38. "_shrinkwrap": null,
  39. "_spec": "is-regex@^1.0.4",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/es-abstract",
  41. "author": {
  42. "name": "Jordan Harband"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/ljharb/is-regex/issues"
  46. },
  47. "dependencies": {
  48. "has": "^1.0.1"
  49. },
  50. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^11.0.0",
  53. "covert": "^1.1.0",
  54. "editorconfig-tools": "^0.1.1",
  55. "eslint": "^3.15.0",
  56. "jscs": "^3.0.7",
  57. "nsp": "^2.6.2",
  58. "replace": "^0.3.0",
  59. "semver": "^5.3.0",
  60. "tape": "^4.6.3"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "5517489b547091b0930e095654ced25ee97e9491",
  65. "tarball": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz"
  66. },
  67. "engines": {
  68. "node": ">= 0.4"
  69. },
  70. "gitHead": "9c718fe1b3997eb70d5cbf7a6f5f233461868a00",
  71. "homepage": "https://github.com/ljharb/is-regex",
  72. "keywords": [
  73. "expression",
  74. "is",
  75. "regex",
  76. "regexp",
  77. "regular",
  78. "regular expression"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "maintainers": [
  83. {
  84. "name": "ljharb",
  85. "email": "ljharb@gmail.com"
  86. }
  87. ],
  88. "name": "is-regex",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/ljharb/is-regex.git"
  94. },
  95. "scripts": {
  96. "coverage": "covert test.js",
  97. "coverage-quiet": "covert test.js --quiet",
  98. "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
  99. "eslint": "eslint test.js *.js",
  100. "jscs": "jscs *.js",
  101. "lint": "npm run jscs && npm run eslint",
  102. "posttest": "npm run security",
  103. "pretest": "npm run lint",
  104. "security": "nsp check",
  105. "test": "npm run tests-only",
  106. "tests-only": "node --harmony --es-staging test.js"
  107. },
  108. "testling": {
  109. "browsers": [
  110. "android-browser/4.2",
  111. "chrome/20.0..latest",
  112. "chrome/4.0..10.0",
  113. "chrome/canary",
  114. "firefox/15.0..latest",
  115. "firefox/3.0..6.0",
  116. "firefox/nightly",
  117. "iexplore/6.0..latest",
  118. "ipad/6.0..latest",
  119. "iphone/6.0..latest",
  120. "opera/10.0..12.0",
  121. "opera/15.0..latest",
  122. "opera/next",
  123. "safari/4.0..latest"
  124. ],
  125. "files": "test.js"
  126. },
  127. "version": "1.0.4"
  128. }