Dashboard sipadu mbip
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "globs@^0.1.2",
  3. "_id": "globs@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-D23dWbOq48vlOraoSigbcQV4tWrnhwk+E/Um2cMuDS3/5dwGmdFeA7L/vAvDhLFlQOTDqHcXh35m/71g2A2WzQ==",
  6. "_location": "/globs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "globs@^0.1.2",
  12. "name": "globs",
  13. "escapedName": "globs",
  14. "rawSpec": "^0.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.2"
  17. },
  18. "_requiredBy": [
  19. "/concatenate"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/globs/-/globs-0.1.4.tgz",
  22. "_shasum": "1d13639f6174e4ae73a7f936da7d9a079f657c1c",
  23. "_spec": "globs@^0.1.2",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/concatenate",
  25. "author": {
  26. "name": "Stephen Mathieson",
  27. "email": "me@stephenmathieson.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/stephenmathieson/node-globs/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "glob": "^7.1.1"
  35. },
  36. "deprecated": false,
  37. "description": "An extension of glob, allowing you to provide one or more patterns to match.",
  38. "devDependencies": {
  39. "jshint": "~2.9.4",
  40. "sandboxed-module": "~2.0.3",
  41. "vows": "~0.8.1"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "homepage": "https://github.com/stephenmathieson/node-globs#readme",
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "globs",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/stephenmathieson/node-globs.git"
  53. },
  54. "scripts": {
  55. "test": "make test"
  56. },
  57. "types": "index.d.ts",
  58. "version": "0.1.4"
  59. }