package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "through@2.3.8",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/JSONStream",
  27. "/eslint/inquirer",
  28. "/inquirer"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/through/download/through-2.3.8.tgz",
  31. "_spec": "2.3.8",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Dominic Tarr",
  35. "email": "dominic.tarr@gmail.com",
  36. "url": "dominictarr.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/dominictarr/through/issues"
  40. },
  41. "description": "simplified stream construction",
  42. "devDependencies": {
  43. "from": "~0.1.3",
  44. "stream-spec": "~0.3.5",
  45. "tape": "~2.3.2"
  46. },
  47. "homepage": "https://github.com/dominictarr/through",
  48. "keywords": [
  49. "stream",
  50. "streams",
  51. "user-streams",
  52. "pipe"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "through",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/dominictarr/through.git"
  60. },
  61. "scripts": {
  62. "test": "set -e; for t in test/*.js; do node $t; done"
  63. },
  64. "testling": {
  65. "browsers": [
  66. "ie/8..latest",
  67. "ff/15..latest",
  68. "chrome/20..latest",
  69. "safari/5.1..latest"
  70. ],
  71. "files": "test/*.js"
  72. },
  73. "version": "2.3.8"
  74. }