package.json 1.8 KB

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