package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "fs-minipass@2.1.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fs-minipass@2.1.0",
  10. "_id": "fs-minipass@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-f1A2/b8SxjwWkZDL5BmchSJx+fs=",
  13. "_location": "/fs-minipass",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fs-minipass@2.1.0",
  19. "name": "fs-minipass",
  20. "escapedName": "fs-minipass",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/fs-minipass/download/fs-minipass-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/npm/fs-minipass/issues"
  38. },
  39. "dependencies": {
  40. "minipass": "^3.0.0"
  41. },
  42. "description": "fs read and write streams based on minipass",
  43. "devDependencies": {
  44. "mutate-fs": "^2.0.1",
  45. "tap": "^14.6.4"
  46. },
  47. "engines": {
  48. "node": ">= 8"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/npm/fs-minipass#readme",
  54. "keywords": [],
  55. "license": "ISC",
  56. "main": "index.js",
  57. "name": "fs-minipass",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/npm/fs-minipass.git"
  61. },
  62. "scripts": {
  63. "postpublish": "git push origin --follow-tags",
  64. "postversion": "npm publish",
  65. "preversion": "npm test",
  66. "test": "tap"
  67. },
  68. "tap": {
  69. "check-coverage": true
  70. },
  71. "version": "2.1.0"
  72. }