Dashboard sipadu mbip
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "is-regex@^1.0.4",
  3. "_id": "is-regex@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
  6. "_location": "/is-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-regex@^1.0.4",
  12. "name": "is-regex",
  13. "escapedName": "is-regex",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/deep-equal",
  20. "/es-abstract"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
  23. "_shasum": "5517489b547091b0930e095654ced25ee97e9491",
  24. "_spec": "is-regex@^1.0.4",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/es-abstract",
  26. "author": {
  27. "name": "Jordan Harband"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ljharb/is-regex/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "has": "^1.0.1"
  35. },
  36. "deprecated": false,
  37. "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
  38. "devDependencies": {
  39. "@ljharb/eslint-config": "^11.0.0",
  40. "covert": "^1.1.0",
  41. "editorconfig-tools": "^0.1.1",
  42. "eslint": "^3.15.0",
  43. "jscs": "^3.0.7",
  44. "nsp": "^2.6.2",
  45. "replace": "^0.3.0",
  46. "semver": "^5.3.0",
  47. "tape": "^4.6.3"
  48. },
  49. "engines": {
  50. "node": ">= 0.4"
  51. },
  52. "homepage": "https://github.com/ljharb/is-regex",
  53. "keywords": [
  54. "regex",
  55. "regexp",
  56. "is",
  57. "regular expression",
  58. "regular",
  59. "expression"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "is-regex",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/ljharb/is-regex.git"
  67. },
  68. "scripts": {
  69. "coverage": "covert test.js",
  70. "coverage-quiet": "covert test.js --quiet",
  71. "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
  72. "eslint": "eslint test.js *.js",
  73. "jscs": "jscs *.js",
  74. "lint": "npm run jscs && npm run eslint",
  75. "posttest": "npm run security",
  76. "pretest": "npm run lint",
  77. "security": "nsp check",
  78. "test": "npm run tests-only",
  79. "tests-only": "node --harmony --es-staging test.js"
  80. },
  81. "testling": {
  82. "files": "test.js",
  83. "browsers": [
  84. "iexplore/6.0..latest",
  85. "firefox/3.0..6.0",
  86. "firefox/15.0..latest",
  87. "firefox/nightly",
  88. "chrome/4.0..10.0",
  89. "chrome/20.0..latest",
  90. "chrome/canary",
  91. "opera/10.0..12.0",
  92. "opera/15.0..latest",
  93. "opera/next",
  94. "safari/4.0..latest",
  95. "ipad/6.0..latest",
  96. "iphone/6.0..latest",
  97. "android-browser/4.2"
  98. ]
  99. },
  100. "version": "1.0.4"
  101. }