package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "regex-not@^1.0.2",
  3. "_id": "regex-not@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
  6. "_location": "/regex-not",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regex-not@^1.0.2",
  12. "name": "regex-not",
  13. "escapedName": "regex-not",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/to-regex"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
  22. "_shasum": "1f4ece27e00b0b65e0247a6810e6a85d83a5752c",
  23. "_spec": "regex-not@^1.0.2",
  24. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\to-regex",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/regex-not/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "extend-shallow": "^3.0.2",
  35. "safe-regex": "^1.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Create a javascript regular expression for matching everything except for the given string.",
  39. "devDependencies": {
  40. "gulp-format-md": "^1.0.0",
  41. "mocha": "^3.5.3"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/regex-not",
  50. "keywords": [
  51. "exec",
  52. "match",
  53. "negate",
  54. "negation",
  55. "not",
  56. "regex",
  57. "regular expression",
  58. "test"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "regex-not",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jonschlinkert/regex-not.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "verb": {
  71. "toc": false,
  72. "layout": "default",
  73. "tasks": [
  74. "readme"
  75. ],
  76. "plugins": [
  77. "gulp-format-md"
  78. ],
  79. "related": {
  80. "list": [
  81. "regex-cache",
  82. "to-regex"
  83. ]
  84. },
  85. "reflinks": [
  86. "verb",
  87. "verb-generate-readme"
  88. ],
  89. "lint": {
  90. "reflinks": true
  91. }
  92. },
  93. "version": "1.0.2"
  94. }