package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "from2@^2.1.0",
  3. "_id": "from2@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==",
  6. "_location": "/from2",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "safe-buffer": "5.1.2",
  13. "string_decoder": "1.1.1",
  14. "util-deprecate": "1.0.2"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "from2@^2.1.0",
  20. "name": "from2",
  21. "escapedName": "from2",
  22. "rawSpec": "^2.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "^2.1.0"
  25. },
  26. "_requiredBy": [
  27. "/copy-webpack-plugin/mississippi",
  28. "/mississippi"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/from2/-/from2-2.3.0.tgz",
  31. "_shasum": "8bfb5502bde4a4d36cfdeea007fcca21d7e382af",
  32. "_spec": "from2@^2.1.0",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\mississippi",
  34. "author": {
  35. "name": "Hugh Kennedy",
  36. "email": "hughskennedy@gmail.com",
  37. "url": "http://hughsk.io/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/hughsk/from2/issues"
  41. },
  42. "bundleDependencies": false,
  43. "contributors": [
  44. {
  45. "name": "Mathias Buus",
  46. "email": "mathiasbuus@gmail.com"
  47. }
  48. ],
  49. "dependencies": {
  50. "inherits": "^2.0.1",
  51. "readable-stream": "^2.0.0"
  52. },
  53. "deprecated": false,
  54. "description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
  55. "devDependencies": {
  56. "tape": "^4.0.0"
  57. },
  58. "homepage": "https://github.com/hughsk/from2",
  59. "keywords": [
  60. "from",
  61. "stream",
  62. "readable",
  63. "pull",
  64. "convenience",
  65. "wrapper"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "from2",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/hughsk/from2.git"
  73. },
  74. "scripts": {
  75. "test": "node test"
  76. },
  77. "version": "2.3.0"
  78. }