package.json 2.1 KB

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