package.json 1.3 KB

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