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.

118 lines
3.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "@mrmlnc/readdir-enhanced@^2.2.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/fast-glob"
  6. ]
  7. ],
  8. "_from": "@mrmlnc/readdir-enhanced@>=2.2.1 <3.0.0",
  9. "_id": "@mrmlnc/readdir-enhanced@2.2.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/@mrmlnc/readdir-enhanced",
  13. "_nodeVersion": "9.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/readdir-enhanced_2.2.1_1518542538843_0.9963591147462021"
  17. },
  18. "_npmUser": {
  19. "email": "dmalinochkin@rambler.ru",
  20. "name": "mrmlnc"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "@mrmlnc/readdir-enhanced",
  26. "raw": "@mrmlnc/readdir-enhanced@^2.2.1",
  27. "rawSpec": "^2.2.1",
  28. "scope": "@mrmlnc",
  29. "spec": ">=2.2.1 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/fast-glob"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
  36. "_shasum": "524af240d1a360527b730475ecfa1344aa540dde",
  37. "_shrinkwrap": null,
  38. "_spec": "@mrmlnc/readdir-enhanced@^2.2.1",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/fast-glob",
  40. "author": {
  41. "name": "James Messinger",
  42. "url": "http://bigstickcarpet.com"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/bigstickcarpet/readdir-enhanced/issues"
  46. },
  47. "dependencies": {
  48. "call-me-maybe": "^1.0.1",
  49. "glob-to-regexp": "^0.3.0"
  50. },
  51. "description": "fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.",
  52. "devDependencies": {
  53. "chai": "^4.1.2",
  54. "codacy-coverage": "^2.0.3",
  55. "coveralls": "^3.0.0",
  56. "del": "^3.0.0",
  57. "eslint": "^4.15.0",
  58. "eslint-config-modular": "^4.1.1",
  59. "istanbul": "^0.4.5",
  60. "mkdirp": "^0.5.1",
  61. "mocha": "^4.1.0",
  62. "npm-check": "^5.5.2",
  63. "through2": "^2.0.3",
  64. "version-bump-prompt": "^4.0.0"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "fileCount": 16,
  69. "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==",
  70. "shasum": "524af240d1a360527b730475ecfa1344aa540dde",
  71. "tarball": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
  72. "unpackedSize": 53874
  73. },
  74. "engines": {
  75. "node": ">=4"
  76. },
  77. "files": [
  78. "lib",
  79. "types.d.ts"
  80. ],
  81. "gitHead": "1580afe4fdf21cd191c202ec599d1ca7d0ab062d",
  82. "homepage": "https://github.com/bigstickcarpet/readdir-enhanced",
  83. "keywords": [
  84. "absolute",
  85. "deep",
  86. "event",
  87. "filter",
  88. "fs",
  89. "readdir",
  90. "recursive",
  91. "stream"
  92. ],
  93. "license": "MIT",
  94. "main": "lib/index.js",
  95. "maintainers": [
  96. {
  97. "name": "mrmlnc",
  98. "email": "dmalinochkin@rambler.ru"
  99. }
  100. ],
  101. "name": "@mrmlnc/readdir-enhanced",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/bigstickcarpet/readdir-enhanced.git"
  107. },
  108. "scripts": {
  109. "bump": "bump --prompt --tag --push --all",
  110. "cover": "istanbul cover _mocha",
  111. "lint": "eslint lib test --fix",
  112. "release": "npm run upgrade && npm test && npm run bump && npm publish",
  113. "test": "mocha && npm run lint",
  114. "upgrade": "npm-check -u"
  115. },
  116. "typings": "types.d.ts",
  117. "version": "2.2.1"
  118. }