選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

74 行
1.7 KiB

4年前
  1. {
  2. "_args": [
  3. [
  4. "rimraf@3.0.2",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "rimraf@3.0.2",
  10. "_id": "rimraf@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
  13. "_location": "/rimraf",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "rimraf@3.0.2",
  19. "name": "rimraf",
  20. "escapedName": "rimraf",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/flat-cache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
  29. "_spec": "3.0.2",
  30. "_where": "/home/ubuntu/etherpad-lite",
  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. "dependencies": {
  43. "glob": "^7.1.3"
  44. },
  45. "description": "A deep deletion module for node (like `rm -rf`)",
  46. "devDependencies": {
  47. "mkdirp": "^0.5.1",
  48. "tap": "^12.1.1"
  49. },
  50. "files": [
  51. "LICENSE",
  52. "README.md",
  53. "bin.js",
  54. "rimraf.js"
  55. ],
  56. "funding": {
  57. "url": "https://github.com/sponsors/isaacs"
  58. },
  59. "homepage": "https://github.com/isaacs/rimraf#readme",
  60. "license": "ISC",
  61. "main": "rimraf.js",
  62. "name": "rimraf",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/isaacs/rimraf.git"
  66. },
  67. "scripts": {
  68. "postpublish": "git push origin --follow-tags",
  69. "postversion": "npm publish",
  70. "preversion": "npm test",
  71. "test": "tap test/*.js"
  72. },
  73. "version": "3.0.2"
  74. }