package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "original@^1.0.0",
  3. "_id": "original@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==",
  6. "_location": "/original",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "original@^1.0.0",
  12. "name": "original",
  13. "escapedName": "original",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eventsource"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz",
  22. "_shasum": "e442a61cffe1c5fd20a65f3261c26663b303f25f",
  23. "_spec": "original@^1.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eventsource",
  25. "author": {
  26. "name": "Arnout Kazemier"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/unshiftio/original/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "url-parse": "^1.4.3"
  34. },
  35. "deprecated": false,
  36. "description": "Generate the origin from an URL or check if two URL/Origins are the same",
  37. "devDependencies": {
  38. "assume": "~2.1.0",
  39. "istanbul": "0.4.x",
  40. "mocha": "~3.5.0",
  41. "pre-commit": "~1.2.0"
  42. },
  43. "homepage": "https://github.com/unshiftio/original#readme",
  44. "keywords": [
  45. "origin",
  46. "url",
  47. "parse"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "original",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/unshiftio/original.git"
  55. },
  56. "scripts": {
  57. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  58. "coverage": "istanbul cover _mocha -- test.js",
  59. "test": "mocha test.js",
  60. "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
  61. "watch": "mocha --watch test.js"
  62. },
  63. "version": "1.0.2"
  64. }