25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

102 satır
2.3 KiB

  1. {
  2. "_args": [
  3. [
  4. "parse-glob@3.0.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "parse-glob@3.0.4",
  9. "_id": "parse-glob@3.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
  12. "_location": "/parse-glob",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "parse-glob@3.0.4",
  18. "name": "parse-glob",
  19. "escapedName": "parse-glob",
  20. "rawSpec": "3.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.4"
  23. },
  24. "_requiredBy": [
  25. "/jest-config/micromatch",
  26. "/jest-haste-map/micromatch",
  27. "/jest-message-util/micromatch",
  28. "/jest-runtime/micromatch",
  29. "/jest/micromatch",
  30. "/test-exclude/micromatch"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
  33. "_spec": "3.0.4",
  34. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/parse-glob/issues"
  41. },
  42. "dependencies": {
  43. "glob-base": "^0.3.0",
  44. "is-dotfile": "^1.0.0",
  45. "is-extglob": "^1.0.0",
  46. "is-glob": "^2.0.0"
  47. },
  48. "description": "Parse a glob pattern into an object of tokens.",
  49. "devDependencies": {
  50. "browserify": "^9.0.3",
  51. "lodash": "^3.3.1",
  52. "mocha": "*"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/jonschlinkert/parse-glob",
  61. "keywords": [
  62. "glob",
  63. "match",
  64. "bash",
  65. "expand",
  66. "expansion",
  67. "expression",
  68. "file",
  69. "files",
  70. "filter",
  71. "find",
  72. "glob",
  73. "globbing",
  74. "globs",
  75. "globstar",
  76. "match",
  77. "matcher",
  78. "matches",
  79. "matching",
  80. "path",
  81. "pattern",
  82. "patterns",
  83. "regex",
  84. "regexp",
  85. "regular",
  86. "shell",
  87. "wildcard"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "parse-glob",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/jonschlinkert/parse-glob.git"
  95. },
  96. "scripts": {
  97. "prepublish": "browserify -o browser.js -e index.js",
  98. "test": "mocha"
  99. },
  100. "version": "3.0.4"
  101. }