Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "dir-glob@2.0.0",
  3. "_id": "dir-glob@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
  6. "_location": "/dir-glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "dir-glob@2.0.0",
  12. "name": "dir-glob",
  13. "escapedName": "dir-glob",
  14. "rawSpec": "2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/globby"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz",
  22. "_shasum": "0b205d2b6aef98238ca286598a8204d29d0a0034",
  23. "_spec": "dir-glob@2.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/globby",
  25. "author": {
  26. "name": "Kevin Mårtensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/dir-glob/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "arrify": "^1.0.1",
  36. "path-type": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Convert directories to glob compatible strings",
  40. "devDependencies": {
  41. "ava": "*",
  42. "del": "^3.0.0",
  43. "make-dir": "^1.0.0",
  44. "rimraf": "^2.5.0",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/kevva/dir-glob#readme",
  54. "keywords": [
  55. "convert",
  56. "directory",
  57. "extensions",
  58. "files",
  59. "glob"
  60. ],
  61. "license": "MIT",
  62. "name": "dir-glob",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/kevva/dir-glob.git"
  66. },
  67. "scripts": {
  68. "test": "xo && ava"
  69. },
  70. "version": "2.0.0"
  71. }