Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

68 строки
1.9 KiB

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