package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "rimraf@2",
  3. "_id": "rimraf@2.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
  6. "_location": "/rimraf",
  7. "_phantomChildren": {
  8. "brace-expansion": "1.1.12",
  9. "fs.realpath": "1.0.0",
  10. "inflight": "1.0.6",
  11. "inherits": "2.0.4",
  12. "once": "1.3.3",
  13. "path-is-absolute": "1.0.1"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "rimraf@2",
  19. "name": "rimraf",
  20. "escapedName": "rimraf",
  21. "rawSpec": "2",
  22. "saveSpec": null,
  23. "fetchSpec": "2"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/copy-concurrently",
  28. "/copy-webpack-plugin/cacache",
  29. "/del",
  30. "/eslint-loader",
  31. "/fstream",
  32. "/move-concurrently",
  33. "/node-gyp"
  34. ],
  35. "_resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-2.7.1.tgz",
  36. "_shasum": "35797f13a7fdadc566142c29d4f07ccad483e3ec",
  37. "_spec": "rimraf@2",
  38. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\node-gyp",
  39. "author": {
  40. "name": "Isaac Z. Schlueter",
  41. "email": "i@izs.me",
  42. "url": "http://blog.izs.me/"
  43. },
  44. "bin": {
  45. "rimraf": "bin.js"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/isaacs/rimraf/issues"
  49. },
  50. "bundleDependencies": false,
  51. "dependencies": {
  52. "glob": "^7.1.3"
  53. },
  54. "deprecated": "Rimraf versions prior to v4 are no longer supported",
  55. "description": "A deep deletion module for node (like `rm -rf`)",
  56. "devDependencies": {
  57. "mkdirp": "^0.5.1",
  58. "tap": "^12.1.1"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "README.md",
  63. "bin.js",
  64. "rimraf.js"
  65. ],
  66. "homepage": "https://github.com/isaacs/rimraf#readme",
  67. "license": "ISC",
  68. "main": "rimraf.js",
  69. "name": "rimraf",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/isaacs/rimraf.git"
  73. },
  74. "scripts": {
  75. "postpublish": "git push origin --all; git push origin --tags",
  76. "postversion": "npm publish",
  77. "preversion": "npm test",
  78. "test": "tap test/*.js"
  79. },
  80. "version": "2.7.1"
  81. }