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 2.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "readdirp@^2.2.1",
  3. "_id": "readdirp@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
  6. "_location": "/readdirp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "readdirp@^2.2.1",
  12. "name": "readdirp",
  13. "escapedName": "readdirp",
  14. "rawSpec": "^2.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.1"
  17. },
  18. "_requiredBy": [
  19. "/chokidar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
  22. "_shasum": "0e87622a3325aa33e892285caf8b4e846529a525",
  23. "_spec": "readdirp@^2.2.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\chokidar",
  25. "author": {
  26. "name": "Thorsten Lorenz",
  27. "email": "thlorenz@gmx.de",
  28. "url": "thlorenz.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/paulmillr/readdirp/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "graceful-fs": "^4.1.11",
  36. "micromatch": "^3.1.10",
  37. "readable-stream": "^2.0.2"
  38. },
  39. "deprecated": false,
  40. "description": "Recursive version of fs.readdir with streaming api.",
  41. "devDependencies": {
  42. "nave": "^0.5.1",
  43. "proxyquire": "^1.7.9",
  44. "tap": "1.3.2",
  45. "through2": "^2.0.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10"
  49. },
  50. "files": [
  51. "readdirp.js",
  52. "stream-api.js"
  53. ],
  54. "homepage": "https://github.com/paulmillr/readdirp",
  55. "keywords": [
  56. "recursive",
  57. "fs",
  58. "stream",
  59. "streams",
  60. "readdir",
  61. "filesystem",
  62. "find",
  63. "filter"
  64. ],
  65. "license": "MIT",
  66. "main": "readdirp.js",
  67. "name": "readdirp",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/paulmillr/readdirp.git"
  71. },
  72. "scripts": {
  73. "test": "npm run test-main",
  74. "test-0.10": "nave use 0.10 npm run test-main",
  75. "test-0.12": "nave use 0.12 npm run test-main",
  76. "test-4": "nave use 4.4 npm run test-main",
  77. "test-6": "nave use 6.2 npm run test-main",
  78. "test-all": "npm run test-main && npm run test-0.10 && npm run test-0.12 && npm run test-4 && npm run test-6",
  79. "test-main": "(cd test && set -e; for t in ./*.js; do node $t; done)"
  80. },
  81. "version": "2.2.1"
  82. }