package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "url@0.11.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/url/download/url-0.11.0.tgz",
  30. "_spec": "0.11.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "bugs": {
  33. "url": "https://github.com/defunctzombie/node-url/issues"
  34. },
  35. "dependencies": {
  36. "punycode": "1.3.2",
  37. "querystring": "0.2.0"
  38. },
  39. "description": "The core `url` packaged standalone for use with Browserify.",
  40. "devDependencies": {
  41. "assert": "1.1.1",
  42. "mocha": "1.18.2",
  43. "zuul": "3.3.0"
  44. },
  45. "homepage": "https://github.com/defunctzombie/node-url#readme",
  46. "license": "MIT",
  47. "main": "./url.js",
  48. "name": "url",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/defunctzombie/node-url.git"
  52. },
  53. "scripts": {
  54. "test": "mocha --ui qunit test.js && zuul -- test.js",
  55. "test-local": "zuul --local -- test.js"
  56. },
  57. "version": "0.11.0"
  58. }