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.

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. ],
  21. "_resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
  22. "_shasum": "3838e97cfc60521eb73c525a8e55bfdd9e2e28f1",
  23. "_spec": "url@^0.11.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/node-libs-browser",
  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": "3.3.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.11.0"
  53. }