package.json 1.7 KB

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