package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "through@~0.1.4",
  3. "_id": "through@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a5fKJqmlhfG2dbuF54Sgr5mNEaEwz3yaCQ8qCU7FwtW1NQuGryBxksb6e0s+7j4OP7Azdt9N0lU9h9bY9DHPhg==",
  6. "_location": "/through",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through@~0.1.4",
  12. "name": "through",
  13. "escapedName": "through",
  14. "rawSpec": "~0.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.4"
  17. },
  18. "_requiredBy": [
  19. "/oppressor"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/through/-/through-0.1.4.tgz",
  22. "_shasum": "8059576d833089b3c18eccd37580bf9cc5b59130",
  23. "_spec": "through@~0.1.4",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\oppressor",
  25. "author": {
  26. "name": "Dominic Tarr",
  27. "email": "dominic.tarr@gmail.com",
  28. "url": "dominictarr.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/dominictarr/through/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "simplified stream contruction",
  36. "devDependencies": {
  37. "assertions": "2",
  38. "asynct": "1",
  39. "stream-spec": "0"
  40. },
  41. "homepage": "http://github.com/dominictarr/through",
  42. "keywords": [
  43. "stream",
  44. "streams",
  45. "user-streams",
  46. "pipe"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "through",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/dominictarr/through.git"
  54. },
  55. "scripts": {
  56. "test": "asynct test/*.js"
  57. },
  58. "version": "0.1.4"
  59. }