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 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "rimraf@^2.5.4",
  3. "_id": "rimraf@2.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  6. "_location": "/rimraf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rimraf@^2.5.4",
  12. "name": "rimraf",
  13. "escapedName": "rimraf",
  14. "rawSpec": "^2.5.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.5.4"
  17. },
  18. "_requiredBy": [
  19. "/exec-buffer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  22. "_shasum": "35797f13a7fdadc566142c29d4f07ccad483e3ec",
  23. "_spec": "rimraf@^2.5.4",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\exec-buffer",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bin": {
  31. "rimraf": "bin.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/rimraf/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "glob": "^7.1.3"
  39. },
  40. "deprecated": false,
  41. "description": "A deep deletion module for node (like `rm -rf`)",
  42. "devDependencies": {
  43. "mkdirp": "^0.5.1",
  44. "tap": "^12.1.1"
  45. },
  46. "files": [
  47. "LICENSE",
  48. "README.md",
  49. "bin.js",
  50. "rimraf.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/rimraf#readme",
  53. "license": "ISC",
  54. "main": "rimraf.js",
  55. "name": "rimraf",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/rimraf.git"
  59. },
  60. "scripts": {
  61. "postpublish": "git push origin --all; git push origin --tags",
  62. "postversion": "npm publish",
  63. "preversion": "npm test",
  64. "test": "tap test/*.js"
  65. },
  66. "version": "2.7.1"
  67. }