package.json 1.7 KB

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