package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "from2@^2.1.0",
  3. "_id": "from2@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=",
  6. "_location": "/from2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "from2@^2.1.0",
  12. "name": "from2",
  13. "escapedName": "from2",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/copy-webpack-plugin/mississippi",
  20. "/mississippi"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
  23. "_shasum": "8bfb5502bde4a4d36cfdeea007fcca21d7e382af",
  24. "_spec": "from2@^2.1.0",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\mississippi",
  26. "author": {
  27. "name": "Hugh Kennedy",
  28. "email": "hughskennedy@gmail.com",
  29. "url": "http://hughsk.io/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/hughsk/from2/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Mathias Buus",
  38. "email": "mathiasbuus@gmail.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "inherits": "^2.0.1",
  43. "readable-stream": "^2.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
  47. "devDependencies": {
  48. "tape": "^4.0.0"
  49. },
  50. "homepage": "https://github.com/hughsk/from2",
  51. "keywords": [
  52. "from",
  53. "stream",
  54. "readable",
  55. "pull",
  56. "convenience",
  57. "wrapper"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "from2",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/hughsk/from2.git"
  65. },
  66. "scripts": {
  67. "test": "node test"
  68. },
  69. "version": "2.3.0"
  70. }