package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "callback-stream@^1.0.2",
  3. "_id": "callback-stream@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RwGlEmbwbgbqpx/BcjOCLYdfSQg=",
  6. "_location": "/callback-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "callback-stream@^1.0.2",
  12. "name": "callback-stream",
  13. "escapedName": "callback-stream",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/help-me"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/callback-stream/-/callback-stream-1.1.0.tgz",
  22. "_shasum": "4701a51266f06e06eaa71fc17233822d875f4908",
  23. "_spec": "callback-stream@^1.0.2",
  24. "_where": "/Users/bssm/Desktop/fabTest/打卡坐标/node_modules/help-me",
  25. "author": {
  26. "name": "Matteo Collina",
  27. "email": "hello@matteocollina.com"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/mcollina/callback-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "inherits": "^2.0.1",
  35. "readable-stream": "> 1.0.0 < 3.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "A pipeable stream that calls your callback",
  39. "devDependencies": {
  40. "pre-commit": "^1.1.1",
  41. "standard": "^5.0.0",
  42. "tap": "~0.4.2",
  43. "tape": "^4.0.2"
  44. },
  45. "homepage": "https://github.com/mcollina/callback-stream#readme",
  46. "keywords": [
  47. "callback",
  48. "stream"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "callback-stream",
  53. "precommit": [
  54. "lint",
  55. "test"
  56. ],
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/mcollina/callback-stream.git"
  60. },
  61. "scripts": {
  62. "lint": "standard",
  63. "test": "tap test.js"
  64. },
  65. "version": "1.1.0",
  66. "website": "https://github.com/mcollina/callback-stream"
  67. }