package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "rimraf@^2.6.3",
  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.6.3",
  12. "name": "rimraf",
  13. "escapedName": "rimraf",
  14. "rawSpec": "^2.6.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.6.3"
  17. },
  18. "_requiredBy": [
  19. "/cacache",
  20. "/copy-concurrently",
  21. "/copy-webpack-plugin/cacache",
  22. "/del",
  23. "/fstream",
  24. "/move-concurrently",
  25. "/node-gyp"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
  28. "_shasum": "35797f13a7fdadc566142c29d4f07ccad483e3ec",
  29. "_spec": "rimraf@^2.6.3",
  30. "_where": "D:\\jiayue\\pig-ui\\node_modules\\cacache",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bin": {
  37. "rimraf": "bin.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/rimraf/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "glob": "^7.1.3"
  45. },
  46. "deprecated": false,
  47. "description": "A deep deletion module for node (like `rm -rf`)",
  48. "devDependencies": {
  49. "mkdirp": "^0.5.1",
  50. "tap": "^12.1.1"
  51. },
  52. "files": [
  53. "LICENSE",
  54. "README.md",
  55. "bin.js",
  56. "rimraf.js"
  57. ],
  58. "homepage": "https://github.com/isaacs/rimraf#readme",
  59. "license": "ISC",
  60. "main": "rimraf.js",
  61. "name": "rimraf",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/rimraf.git"
  65. },
  66. "scripts": {
  67. "postpublish": "git push origin --all; git push origin --tags",
  68. "postversion": "npm publish",
  69. "preversion": "npm test",
  70. "test": "tap test/*.js"
  71. },
  72. "version": "2.7.1"
  73. }