package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "del@^3.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=",
  6. "_location": "/del",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "del@^3.0.0",
  12. "name": "del",
  13. "escapedName": "del",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/del/-/del-3.0.0.tgz",
  22. "_shasum": "53ecf699ffcbcb39637691ab13baf160819766e5",
  23. "_spec": "del@^3.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "[email protected]",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/del/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "globby": "^6.1.0",
  36. "is-path-cwd": "^1.0.0",
  37. "is-path-in-cwd": "^1.0.0",
  38. "p-map": "^1.1.1",
  39. "pify": "^3.0.0",
  40. "rimraf": "^2.2.8"
  41. },
  42. "deprecated": false,
  43. "description": "Delete files and folders",
  44. "devDependencies": {
  45. "ava": "*",
  46. "make-dir": "^1.0.0",
  47. "tempy": "^0.1.0",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/del#readme",
  57. "keywords": [
  58. "delete",
  59. "files",
  60. "folders",
  61. "directories",
  62. "del",
  63. "remove",
  64. "destroy",
  65. "trash",
  66. "unlink",
  67. "clean",
  68. "cleaning",
  69. "cleanup",
  70. "rm",
  71. "rmrf",
  72. "rimraf",
  73. "rmdir",
  74. "glob",
  75. "gulpfriendly",
  76. "file",
  77. "folder",
  78. "directory",
  79. "dir",
  80. "fs",
  81. "filesystem"
  82. ],
  83. "license": "MIT",
  84. "name": "del",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/sindresorhus/del.git"
  88. },
  89. "scripts": {
  90. "test": "xo && ava"
  91. },
  92. "version": "3.0.0"
  93. }