Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.5 KiB

před 3 roky
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "fs-extra@3.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "fs-extra@3.0.1",
  9. "_id": "fs-extra@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-N5TzeMWLNC6n27sjCVEJxLO2IpE=",
  12. "_location": "/fs-extra",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fs-extra@3.0.1",
  18. "name": "fs-extra",
  19. "escapedName": "fs-extra",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/browser-sync"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz",
  28. "_spec": "3.0.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "JP Richardson",
  32. "email": "jprichardson@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jprichardson/node-fs-extra/issues"
  36. },
  37. "dependencies": {
  38. "graceful-fs": "^4.1.2",
  39. "jsonfile": "^3.0.0",
  40. "universalify": "^0.1.0"
  41. },
  42. "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
  43. "devDependencies": {
  44. "coveralls": "^2.11.2",
  45. "istanbul": "^0.4.5",
  46. "klaw": "^1.0.0",
  47. "klaw-sync": "^1.1.2",
  48. "minimist": "^1.1.1",
  49. "mocha": "^3.1.2",
  50. "proxyquire": "^1.7.10",
  51. "read-dir-files": "^0.1.1",
  52. "rimraf": "^2.2.8",
  53. "secure-random": "^1.1.1",
  54. "standard": "^10.0.2",
  55. "standard-markdown": "^2.3.0"
  56. },
  57. "homepage": "https://github.com/jprichardson/node-fs-extra",
  58. "keywords": [
  59. "fs",
  60. "file",
  61. "file system",
  62. "copy",
  63. "directory",
  64. "extra",
  65. "mkdirp",
  66. "mkdir",
  67. "mkdirs",
  68. "recursive",
  69. "json",
  70. "read",
  71. "write",
  72. "extra",
  73. "delete",
  74. "remove",
  75. "touch",
  76. "create",
  77. "text",
  78. "output",
  79. "move"
  80. ],
  81. "license": "MIT",
  82. "main": "./lib/index",
  83. "name": "fs-extra",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jprichardson/node-fs-extra.git"
  87. },
  88. "scripts": {
  89. "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
  90. "coveralls": "npm run coverage && coveralls < coverage/lcov.info",
  91. "lint": "standard && standard-markdown",
  92. "test": "npm run lint && npm run unit",
  93. "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
  94. "unit": "node test.js"
  95. },
  96. "version": "3.0.1"
  97. }