package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "url@^0.11.0",
  3. "_id": "url@0.11.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
  6. "_location": "/url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "url@^0.11.0",
  12. "name": "url",
  13. "escapedName": "url",
  14. "rawSpec": "^0.11.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.11.0"
  17. },
  18. "_requiredBy": [
  19. "/node-libs-browser",
  20. "/webpack-dev-server"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
  23. "_shasum": "3838e97cfc60521eb73c525a8e55bfdd9e2e28f1",
  24. "_spec": "url@^0.11.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\node-libs-browser",
  26. "bugs": {
  27. "url": "https://github.com/defunctzombie/node-url/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "punycode": "1.3.2",
  32. "querystring": "0.2.0"
  33. },
  34. "deprecated": false,
  35. "description": "The core `url` packaged standalone for use with Browserify.",
  36. "devDependencies": {
  37. "assert": "1.1.1",
  38. "mocha": "1.18.2",
  39. "zuul": "3.3.0"
  40. },
  41. "homepage": "https://github.com/defunctzombie/node-url#readme",
  42. "license": "MIT",
  43. "main": "./url.js",
  44. "name": "url",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/defunctzombie/node-url.git"
  48. },
  49. "scripts": {
  50. "test": "mocha --ui qunit test.js && zuul -- test.js",
  51. "test-local": "zuul --local -- test.js"
  52. },
  53. "version": "0.11.0"
  54. }