package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "del@^2.2.0",
  6. "scope": null,
  7. "escapedName": "del",
  8. "name": "del",
  9. "rawSpec": "^2.2.0",
  10. "spec": ">=2.2.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "del@>=2.2.0 <3.0.0",
  17. "_id": "del@2.2.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/del",
  21. "_nodeVersion": "4.4.5",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/del-2.2.2.tgz_1471046735537_0.4419694794341922"
  25. },
  26. "_npmUser": {
  27. "name": "sindresorhus",
  28. "email": "sindresorhus@gmail.com"
  29. },
  30. "_npmVersion": "2.15.5",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "del@^2.2.0",
  34. "scope": null,
  35. "escapedName": "del",
  36. "name": "del",
  37. "rawSpec": "^2.2.0",
  38. "spec": ">=2.2.0 <3.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/semantic-ui"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
  45. "_shasum": "c12c981d067846c84bcaf862cff930d907ffd1a8",
  46. "_shrinkwrap": null,
  47. "_spec": "del@^2.2.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/del/issues"
  56. },
  57. "dependencies": {
  58. "globby": "^5.0.0",
  59. "is-path-cwd": "^1.0.0",
  60. "is-path-in-cwd": "^1.0.0",
  61. "object-assign": "^4.0.1",
  62. "pify": "^2.0.0",
  63. "pinkie-promise": "^2.0.0",
  64. "rimraf": "^2.2.8"
  65. },
  66. "description": "Delete files and folders",
  67. "devDependencies": {
  68. "ava": "*",
  69. "fs-extra": "^0.30.0",
  70. "path-exists": "^2.0.0",
  71. "tempfile": "^1.1.1",
  72. "xo": "*"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "c12c981d067846c84bcaf862cff930d907ffd1a8",
  77. "tarball": "https://registry.npmjs.org/del/-/del-2.2.2.tgz"
  78. },
  79. "engines": {
  80. "node": ">=0.10.0"
  81. },
  82. "files": [
  83. "index.js"
  84. ],
  85. "gitHead": "3a97a5ba131055fbf7eb39f5ed47db86a2fd4497",
  86. "homepage": "https://github.com/sindresorhus/del#readme",
  87. "keywords": [
  88. "delete",
  89. "del",
  90. "remove",
  91. "destroy",
  92. "trash",
  93. "unlink",
  94. "clean",
  95. "cleaning",
  96. "cleanup",
  97. "rm",
  98. "rmrf",
  99. "rimraf",
  100. "rmdir",
  101. "glob",
  102. "gulpfriendly",
  103. "file",
  104. "files",
  105. "folder",
  106. "dir",
  107. "directory",
  108. "fs",
  109. "filesystem"
  110. ],
  111. "license": "MIT",
  112. "maintainers": [
  113. {
  114. "name": "sindresorhus",
  115. "email": "sindresorhus@gmail.com"
  116. }
  117. ],
  118. "name": "del",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/sindresorhus/del.git"
  124. },
  125. "scripts": {
  126. "test": "xo && ava"
  127. },
  128. "version": "2.2.2"
  129. }