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.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "ordered-read-streams@^1.0.0",
  3. "_id": "ordered-read-streams@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=",
  6. "_location": "/ordered-read-streams",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ordered-read-streams@^1.0.0",
  12. "name": "ordered-read-streams",
  13. "escapedName": "ordered-read-streams",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/glob-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
  22. "_shasum": "77c0cb37c41525d64166d990ffad7ec6a0e1363e",
  23. "_spec": "ordered-read-streams@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-stream",
  25. "author": {
  26. "name": "Artem Medeusheyev",
  27. "email": "artem.medeusheyev@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/armed/ordered-read-streams/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "readable-stream": "^2.0.1"
  35. },
  36. "deprecated": false,
  37. "description": "Combines array of streams into one read stream in strict order",
  38. "devDependencies": {
  39. "expect": "^1.20.2",
  40. "jscs": "^1.13.1",
  41. "jshint": "^2.8.0",
  42. "mississippi": "^1.3.0",
  43. "mocha": "^2.2.5",
  44. "pre-commit": "^1.0.10",
  45. "through2": "^2.0.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/armed/ordered-read-streams#readme",
  51. "license": "MIT",
  52. "name": "ordered-read-streams",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/armed/ordered-read-streams.git"
  56. },
  57. "scripts": {
  58. "test": "jscs *.js test/*js && jshint *.js test/*.js && mocha"
  59. },
  60. "version": "1.0.1"
  61. }