package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "rimraf@2.6.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rimraf@2.6.3",
  10. "_id": "rimraf@2.6.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-stEE/g2Psnz54KHNqCYt04M8bKs=",
  13. "_location": "/rimraf",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rimraf@2.6.3",
  19. "name": "rimraf",
  20. "escapedName": "rimraf",
  21. "rawSpec": "2.6.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.6.3"
  24. },
  25. "_requiredBy": [
  26. "/cacache",
  27. "/copy-concurrently",
  28. "/copy-webpack-plugin/cacache",
  29. "/eslint-loader",
  30. "/eslint/flat-cache",
  31. "/flat-cache",
  32. "/istanbul-lib-source-maps",
  33. "/jest/jest-cli",
  34. "/move-concurrently",
  35. "/webpack-dev-server/del"
  36. ],
  37. "_resolved": "https://registry.npm.taobao.org/rimraf/download/rimraf-2.6.3.tgz",
  38. "_spec": "2.6.3",
  39. "_where": "/Users/lihai/jolijoli/pad_spa",
  40. "author": {
  41. "name": "Isaac Z. Schlueter",
  42. "email": "i@izs.me",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "bin": {
  46. "rimraf": "bin.js"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/isaacs/rimraf/issues"
  50. },
  51. "dependencies": {
  52. "glob": "^7.1.3"
  53. },
  54. "description": "A deep deletion module for node (like `rm -rf`)",
  55. "devDependencies": {
  56. "mkdirp": "^0.5.1",
  57. "tap": "^12.1.1"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "README.md",
  62. "bin.js",
  63. "rimraf.js"
  64. ],
  65. "homepage": "https://github.com/isaacs/rimraf#readme",
  66. "license": "ISC",
  67. "main": "rimraf.js",
  68. "name": "rimraf",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/isaacs/rimraf.git"
  72. },
  73. "scripts": {
  74. "postpublish": "git push origin --all; git push origin --tags",
  75. "postversion": "npm publish",
  76. "preversion": "npm test",
  77. "test": "tap test/*.js"
  78. },
  79. "version": "2.6.3"
  80. }