package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "url-to-options@^1.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/got"
  6. ]
  7. ],
  8. "_from": "url-to-options@>=1.0.1 <2.0.0",
  9. "_id": "url-to-options@1.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/url-to-options",
  13. "_nodeVersion": "6.10.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/url-to-options-1.0.1.tgz_1496714214657_0.7010721093975008"
  17. },
  18. "_npmUser": {
  19. "email": "contact@svachon.com",
  20. "name": "stevenvachon"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "url-to-options",
  26. "raw": "url-to-options@^1.0.1",
  27. "rawSpec": "^1.0.1",
  28. "scope": null,
  29. "spec": ">=1.0.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/gh-got/got",
  34. "/got"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz",
  37. "_shasum": "1505a03a289a48cbd7a434efbaeec5055f5633a9",
  38. "_shrinkwrap": null,
  39. "_spec": "url-to-options@^1.0.1",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/got",
  41. "author": {
  42. "email": "contact@svachon.com",
  43. "name": "Steven Vachon",
  44. "url": "https://www.svachon.com/"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/stevenvachon/url-to-options/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Convert a WHATWG URL to an http(s).request options object.",
  51. "devDependencies": {
  52. "universal-url": "^1.0.0-alpha"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "1505a03a289a48cbd7a434efbaeec5055f5633a9",
  57. "tarball": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz"
  58. },
  59. "engines": {
  60. "node": ">= 4"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "dc294233e91061e18ffc62eeea17ac61edc3f2a6",
  66. "homepage": "https://github.com/stevenvachon/url-to-options#readme",
  67. "keywords": [
  68. "http",
  69. "https",
  70. "url",
  71. "whatwg"
  72. ],
  73. "license": "MIT",
  74. "maintainers": [
  75. {
  76. "name": "stevenvachon",
  77. "email": "contact@svachon.com"
  78. }
  79. ],
  80. "name": "url-to-options",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/stevenvachon/url-to-options.git"
  86. },
  87. "scripts": {
  88. "test": "node test.js"
  89. },
  90. "version": "1.0.1"
  91. }