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.6 KiB

3 vuotta sitten
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "@mrmlnc/readdir-enhanced@2.2.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@mrmlnc/readdir-enhanced@2.2.1",
  9. "_id": "@mrmlnc/readdir-enhanced@2.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==",
  12. "_location": "/@mrmlnc/readdir-enhanced",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@mrmlnc/readdir-enhanced@2.2.1",
  18. "name": "@mrmlnc/readdir-enhanced",
  19. "escapedName": "@mrmlnc%2freaddir-enhanced",
  20. "scope": "@mrmlnc",
  21. "rawSpec": "2.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.1"
  24. },
  25. "_requiredBy": [
  26. "/fast-glob"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
  29. "_spec": "2.2.1",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "James Messinger",
  33. "url": "http://bigstickcarpet.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bigstickcarpet/readdir-enhanced/issues"
  37. },
  38. "dependencies": {
  39. "call-me-maybe": "^1.0.1",
  40. "glob-to-regexp": "^0.3.0"
  41. },
  42. "description": "fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.",
  43. "devDependencies": {
  44. "chai": "^4.1.2",
  45. "codacy-coverage": "^2.0.3",
  46. "coveralls": "^3.0.0",
  47. "del": "^3.0.0",
  48. "eslint": "^4.15.0",
  49. "eslint-config-modular": "^4.1.1",
  50. "istanbul": "^0.4.5",
  51. "mkdirp": "^0.5.1",
  52. "mocha": "^4.1.0",
  53. "npm-check": "^5.5.2",
  54. "through2": "^2.0.3",
  55. "version-bump-prompt": "^4.0.0"
  56. },
  57. "engines": {
  58. "node": ">=4"
  59. },
  60. "files": [
  61. "lib",
  62. "types.d.ts"
  63. ],
  64. "homepage": "https://github.com/bigstickcarpet/readdir-enhanced",
  65. "keywords": [
  66. "fs",
  67. "readdir",
  68. "stream",
  69. "event",
  70. "recursive",
  71. "deep",
  72. "filter",
  73. "absolute"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/index.js",
  77. "name": "@mrmlnc/readdir-enhanced",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/bigstickcarpet/readdir-enhanced.git"
  81. },
  82. "scripts": {
  83. "bump": "bump --prompt --tag --push --all",
  84. "cover": "istanbul cover _mocha",
  85. "lint": "eslint lib test --fix",
  86. "release": "npm run upgrade && npm test && npm run bump && npm publish",
  87. "test": "mocha && npm run lint",
  88. "upgrade": "npm-check -u"
  89. },
  90. "typings": "types.d.ts",
  91. "version": "2.2.1"
  92. }