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.5 KiB

3 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "url@0.11.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "url@0.11.0",
  9. "_id": "url@0.11.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
  12. "_location": "/url",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "url@0.11.0",
  18. "name": "url",
  19. "escapedName": "url",
  20. "rawSpec": "0.11.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.11.0"
  23. },
  24. "_requiredBy": [
  25. "/node-libs-browser"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
  28. "_spec": "0.11.0",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "bugs": {
  31. "url": "https://github.com/defunctzombie/node-url/issues"
  32. },
  33. "dependencies": {
  34. "punycode": "1.3.2",
  35. "querystring": "0.2.0"
  36. },
  37. "description": "The core `url` packaged standalone for use with Browserify.",
  38. "devDependencies": {
  39. "assert": "1.1.1",
  40. "mocha": "1.18.2",
  41. "zuul": "3.3.0"
  42. },
  43. "homepage": "https://github.com/defunctzombie/node-url#readme",
  44. "license": "MIT",
  45. "main": "./url.js",
  46. "name": "url",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/defunctzombie/node-url.git"
  50. },
  51. "scripts": {
  52. "test": "mocha --ui qunit test.js && zuul -- test.js",
  53. "test-local": "zuul --local -- test.js"
  54. },
  55. "version": "0.11.0"
  56. }