package.json 2.5 KB

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