package.json 2.1 KB

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