You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.1 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "url@^0.11.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/node-libs-browser"
  6. ]
  7. ],
  8. "_from": "url@>=0.11.0 <0.12.0",
  9. "_id": "url@0.11.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/url",
  13. "_nodeVersion": "0.10.38",
  14. "_npmUser": {
  15. "email": "shtylman@gmail.com",
  16. "name": "defunctzombie"
  17. },
  18. "_npmVersion": "2.11.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "url",
  22. "raw": "url@^0.11.0",
  23. "rawSpec": "^0.11.0",
  24. "scope": null,
  25. "spec": ">=0.11.0 <0.12.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/node-libs-browser",
  30. "/webpack-dev-server"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
  33. "_shasum": "3838e97cfc60521eb73c525a8e55bfdd9e2e28f1",
  34. "_shrinkwrap": null,
  35. "_spec": "url@^0.11.0",
  36. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/node-libs-browser",
  37. "bugs": {
  38. "url": "https://github.com/defunctzombie/node-url/issues"
  39. },
  40. "dependencies": {
  41. "punycode": "1.3.2",
  42. "querystring": "0.2.0"
  43. },
  44. "description": "The core `url` packaged standalone for use with Browserify.",
  45. "devDependencies": {
  46. "assert": "1.1.1",
  47. "mocha": "1.18.2",
  48. "zuul": "3.3.0"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "3838e97cfc60521eb73c525a8e55bfdd9e2e28f1",
  53. "tarball": "https://registry.npmjs.org/url/-/url-0.11.0.tgz"
  54. },
  55. "gitHead": "7f82d6b09acba099163fede09b4226b4e55a5377",
  56. "homepage": "https://github.com/defunctzombie/node-url#readme",
  57. "license": "MIT",
  58. "main": "./url.js",
  59. "maintainers": [
  60. {
  61. "name": "coolaj86",
  62. "email": "coolaj86@gmail.com"
  63. },
  64. {
  65. "name": "defunctzombie",
  66. "email": "shtylman@gmail.com"
  67. }
  68. ],
  69. "name": "url",
  70. "optionalDependencies": {},
  71. "readme": "ERROR: No README data found!",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/defunctzombie/node-url.git"
  75. },
  76. "scripts": {
  77. "test": "mocha --ui qunit test.js && zuul -- test.js",
  78. "test-local": "zuul --local -- test.js"
  79. },
  80. "version": "0.11.0"
  81. }