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.

60 lines
1.5KB

  1. {
  2. "_from": "filelist@^1.0.1",
  3. "_id": "filelist@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
  6. "_location": "/filelist",
  7. "_phantomChildren": {
  8. "balanced-match": "1.0.2"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "filelist@^1.0.1",
  14. "name": "filelist",
  15. "escapedName": "filelist",
  16. "rawSpec": "^1.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^1.0.1"
  19. },
  20. "_requiredBy": [
  21. "/jake"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
  24. "_shasum": "f78978a1e944775ff9e62e744424f215e58352b5",
  25. "_spec": "filelist@^1.0.1",
  26. "_where": "/home/ratanparmar/Desktop/ServicesApps/CustomApps/countdown_for_agent/node_modules/jake",
  27. "author": {
  28. "name": "Matthew Eernisse",
  29. "email": "mde@fleegix.org",
  30. "url": "http://fleegix.org"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mde/filelist/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "minimatch": "^5.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Lazy-evaluating list of files, based on globs or regex patterns",
  41. "homepage": "https://github.com/mde/filelist",
  42. "keywords": [
  43. "file",
  44. "utility",
  45. "glob"
  46. ],
  47. "license": "Apache-2.0",
  48. "main": "index.js",
  49. "name": "filelist",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/mde/filelist.git"
  53. },
  54. "scripts": {
  55. "test": "jake test"
  56. },
  57. "types": "index.d.ts",
  58. "version": "1.0.4"
  59. }