package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "safe-regex@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "safe-regex@1.1.0",
  10. "_id": "safe-regex@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
  13. "_location": "/safe-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "safe-regex@1.1.0",
  19. "name": "safe-regex",
  20. "escapedName": "safe-regex",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/regex-not",
  27. "/to-regex"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/safe-regex/download/safe-regex-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "James Halliday",
  34. "email": "mail@substack.net",
  35. "url": "http://substack.net"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/substack/safe-regex/issues"
  39. },
  40. "dependencies": {
  41. "ret": "~0.1.10"
  42. },
  43. "description": "detect possibly catastrophic, exponential-time regular expressions",
  44. "devDependencies": {
  45. "tape": "^3.5.0"
  46. },
  47. "homepage": "https://github.com/substack/safe-regex",
  48. "keywords": [
  49. "catastrophic",
  50. "exponential",
  51. "regex",
  52. "safe",
  53. "sandbox"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "safe-regex",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/substack/safe-regex.git"
  61. },
  62. "scripts": {
  63. "test": "tape test/*.js"
  64. },
  65. "testling": {
  66. "files": "test/*.js",
  67. "browsers": [
  68. "ie/8",
  69. "ie/9",
  70. "ie/10",
  71. "firefox/latest",
  72. "chrome/latest",
  73. "opera/latest",
  74. "safari/latest"
  75. ]
  76. },
  77. "version": "1.1.0"
  78. }