package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "block-stream@*",
  3. "_id": "block-stream@0.0.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OorbnJVPII4DuUKbjARAe8u8EfqOmkEEaSFIyoQ7OjTHn6kafxWl0wLgoZ2rXaYd7MyLcDaU4TmhfxtwgcccMQ==",
  6. "_location": "/block-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "block-stream@*",
  12. "name": "block-stream",
  13. "escapedName": "block-stream",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/tar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
  22. "_shasum": "13ebfe778a03205cfe03751481ebb4b3300c126a",
  23. "_spec": "block-stream@*",
  24. "_where": "D:\\公司项目\\wms\\node_modules\\tar",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/block-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "inherits": "~2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "a stream of blocks",
  39. "devDependencies": {
  40. "tap": "^5.7.1"
  41. },
  42. "engines": {
  43. "node": "0.4 || >=0.5.8"
  44. },
  45. "files": [
  46. "block-stream.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/block-stream#readme",
  49. "license": "ISC",
  50. "main": "block-stream.js",
  51. "name": "block-stream",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/isaacs/block-stream.git"
  55. },
  56. "scripts": {
  57. "test": "tap test/*.js --cov"
  58. },
  59. "version": "0.0.9"
  60. }