package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "fs-minipass@2.1.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  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. "/compression-webpack-plugin/cacache",
  28. "/tar"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/fs-minipass/download/fs-minipass-2.1.0.tgz",
  31. "_spec": "2.1.0",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me",
  36. "url": "http://blog.izs.me/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/npm/fs-minipass/issues"
  40. },
  41. "dependencies": {
  42. "minipass": "^3.0.0"
  43. },
  44. "description": "fs read and write streams based on minipass",
  45. "devDependencies": {
  46. "mutate-fs": "^2.0.1",
  47. "tap": "^14.6.4"
  48. },
  49. "engines": {
  50. "node": ">= 8"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/npm/fs-minipass#readme",
  56. "keywords": [],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "fs-minipass",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/npm/fs-minipass.git"
  63. },
  64. "scripts": {
  65. "postpublish": "git push origin --follow-tags",
  66. "postversion": "npm publish",
  67. "preversion": "npm test",
  68. "test": "tap"
  69. },
  70. "tap": {
  71. "check-coverage": true
  72. },
  73. "version": "2.1.0"
  74. }