package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "url@0.10.3",
  3. "_id": "url@0.10.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hzSUW2q06EqL1gKM/a+obYHLIO6ct2hwPuviqTTOcfFVc61UbfJ2Q32+uGL/HCPxKqrdGB5QUwIe7UqlDgwsOQ==",
  6. "_location": "/url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "url@0.10.3",
  12. "name": "url",
  13. "escapedName": "url",
  14. "rawSpec": "0.10.3",
  15. "saveSpec": null,
  16. "fetchSpec": "0.10.3"
  17. },
  18. "_requiredBy": [
  19. "/aws-sdk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/url/-/url-0.10.3.tgz",
  22. "_shasum": "021e4d9c7705f21bbf37d03ceb58767402774c64",
  23. "_spec": "url@0.10.3",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/aws-sdk",
  25. "bugs": {
  26. "url": "https://github.com/defunctzombie/node-url/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "punycode": "1.3.2",
  31. "querystring": "0.2.0"
  32. },
  33. "deprecated": false,
  34. "description": "The core `url` packaged standalone for use with Browserify.",
  35. "devDependencies": {
  36. "assert": "1.1.1",
  37. "mocha": "1.18.2",
  38. "zuul": "2.0.0"
  39. },
  40. "homepage": "https://github.com/defunctzombie/node-url#readme",
  41. "license": "MIT",
  42. "main": "./url.js",
  43. "name": "url",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/defunctzombie/node-url.git"
  47. },
  48. "scripts": {
  49. "test": "mocha --ui qunit test.js && zuul -- test.js",
  50. "test-local": "zuul --local -- test.js"
  51. },
  52. "version": "0.10.3"
  53. }