tis-cli前端项目快速搭建命令行工具
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.

71 lines
1.5 KiB

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