package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "simple-concat@^1.0.0",
  3. "_id": "simple-concat@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=",
  6. "_location": "/simple-concat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "simple-concat@^1.0.0",
  12. "name": "simple-concat",
  13. "escapedName": "simple-concat",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install/simple-get",
  20. "/simple-get"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz",
  23. "_shasum": "7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6",
  24. "_spec": "simple-concat@^1.0.0",
  25. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\prebuild-install\\node_modules\\simple-get",
  26. "author": {
  27. "name": "Feross Aboukhadijeh",
  28. "email": "feross@feross.org",
  29. "url": "http://feross.org/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/feross/simple-concat/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Super-minimalist version of `concat-stream`. Less than 15 lines!",
  38. "devDependencies": {
  39. "standard": "^6.0.8",
  40. "tape": "^4.0.0"
  41. },
  42. "homepage": "https://github.com/feross/simple-concat",
  43. "keywords": [
  44. "concat",
  45. "concat-stream",
  46. "concat stream"
  47. ],
  48. "license": "MIT",
  49. "main": "index.js",
  50. "name": "simple-concat",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/feross/simple-concat.git"
  54. },
  55. "scripts": {
  56. "test": "standard && tape test/*.js"
  57. },
  58. "version": "1.0.0"
  59. }