package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "is-negated-glob@^1.0.0",
  3. "_id": "is-negated-glob@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=",
  6. "_location": "/is-negated-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-negated-glob@^1.0.0",
  12. "name": "is-negated-glob",
  13. "escapedName": "is-negated-glob",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-stream",
  20. "/to-absolute-glob"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz",
  23. "_shasum": "6910bca5da8c95e784b5751b976cf5a10fee36d2",
  24. "_spec": "is-negated-glob@^1.0.0",
  25. "_where": "/Users/bssm/Desktop/fabTest/打卡坐标/node_modules/glob-stream",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/is-negated-glob/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.",
  36. "devDependencies": {
  37. "gulp-format-md": "^0.1.10",
  38. "mocha": "^3.0.2"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js",
  45. "LICENSE",
  46. "README.md"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/is-negated-glob",
  49. "keywords": [
  50. "extglob",
  51. "glob",
  52. "inverse",
  53. "inverted",
  54. "is",
  55. "is-glob",
  56. "match",
  57. "micromatch",
  58. "negate",
  59. "negated",
  60. "negation",
  61. "negative",
  62. "pattern",
  63. "test"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "is-negated-glob",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/is-negated-glob.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verb": {
  76. "toc": false,
  77. "layout": "default",
  78. "tasks": [
  79. "readme"
  80. ],
  81. "plugins": [
  82. "gulp-format-md"
  83. ],
  84. "related": {
  85. "list": [
  86. "is-extglob",
  87. "is-glob",
  88. "to-absolute-glob"
  89. ]
  90. },
  91. "reflinks": [
  92. "verb",
  93. "verb-generate-readme"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. }
  98. },
  99. "version": "1.0.0"
  100. }