项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

73 line
1.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "through@2.3.8",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "through@2.3.8",
  10. "_id": "through@2.3.8",
  11. "_inBundle": false,
  12. "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
  13. "_location": "/through",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "through@2.3.8",
  19. "name": "through",
  20. "escapedName": "through",
  21. "rawSpec": "2.3.8",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.8"
  24. },
  25. "_requiredBy": [
  26. "/inquirer"
  27. ],
  28. "_resolved": "http://registry.npmjs.org/through/-/through-2.3.8.tgz",
  29. "_spec": "2.3.8",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Dominic Tarr",
  33. "email": "dominic.tarr@gmail.com",
  34. "url": "dominictarr.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/dominictarr/through/issues"
  38. },
  39. "description": "simplified stream construction",
  40. "devDependencies": {
  41. "from": "~0.1.3",
  42. "stream-spec": "~0.3.5",
  43. "tape": "~2.3.2"
  44. },
  45. "homepage": "https://github.com/dominictarr/through",
  46. "keywords": [
  47. "stream",
  48. "streams",
  49. "user-streams",
  50. "pipe"
  51. ],
  52. "license": "MIT",
  53. "main": "index.js",
  54. "name": "through",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/dominictarr/through.git"
  58. },
  59. "scripts": {
  60. "test": "set -e; for t in test/*.js; do node $t; done"
  61. },
  62. "testling": {
  63. "browsers": [
  64. "ie/8..latest",
  65. "ff/15..latest",
  66. "chrome/20..latest",
  67. "safari/5.1..latest"
  68. ],
  69. "files": "test/*.js"
  70. },
  71. "version": "2.3.8"
  72. }