package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "url-parse@1.4.7",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "url-parse@1.4.7",
  10. "_id": "url-parse@1.4.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==",
  13. "_location": "/url-parse",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "url-parse@1.4.7",
  19. "name": "url-parse",
  20. "escapedName": "url-parse",
  21. "rawSpec": "1.4.7",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.7"
  24. },
  25. "_requiredBy": [
  26. "/original",
  27. "/sockjs-client"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz",
  30. "_spec": "1.4.7",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Arnout Kazemier"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/unshiftio/url-parse/issues"
  37. },
  38. "dependencies": {
  39. "querystringify": "^2.1.1",
  40. "requires-port": "^1.0.0"
  41. },
  42. "description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
  43. "devDependencies": {
  44. "assume": "^2.2.0",
  45. "browserify": "^16.2.3",
  46. "mocha": "^6.1.4",
  47. "nyc": "^14.0.0",
  48. "pre-commit": "^1.2.2",
  49. "sauce-browsers": "^2.0.0",
  50. "sauce-test": "^1.3.3",
  51. "uglify-js": "^3.5.7"
  52. },
  53. "files": [
  54. "index.js",
  55. "dist"
  56. ],
  57. "homepage": "https://github.com/unshiftio/url-parse#readme",
  58. "keywords": [
  59. "URL",
  60. "parser",
  61. "uri",
  62. "url",
  63. "parse",
  64. "query",
  65. "string",
  66. "querystring",
  67. "stringify"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "url-parse",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/unshiftio/url-parse.git"
  75. },
  76. "scripts": {
  77. "browserify": "rm -rf dist && mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js",
  78. "minify": "uglifyjs dist/url-parse.js --source-map -cm -o dist/url-parse.min.js",
  79. "prepublishOnly": "npm run browserify && npm run minify",
  80. "test": "nyc --reporter=html --reporter=text mocha test/test.js",
  81. "test-browser": "node test/browser.js",
  82. "watch": "mocha --watch test/test.js"
  83. },
  84. "version": "1.4.7"
  85. }