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.
 
 
 
 

97 lines
2.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "uri-js@4.2.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "uri-js@4.2.2",
  9. "_id": "uri-js@4.2.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==",
  12. "_location": "/uri-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "uri-js@4.2.2",
  18. "name": "uri-js",
  19. "escapedName": "uri-js",
  20. "rawSpec": "4.2.2",
  21. "saveSpec": null,
  22. "fetchSpec": "4.2.2"
  23. },
  24. "_requiredBy": [
  25. "/ajv"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz",
  28. "_spec": "4.2.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Gary Court",
  32. "email": "gary.court@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/garycourt/uri-js/issues"
  36. },
  37. "dependencies": {
  38. "punycode": "^2.1.0"
  39. },
  40. "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",
  41. "devDependencies": {
  42. "babel-cli": "^6.26.0",
  43. "babel-plugin-external-helpers": "^6.22.0",
  44. "babel-preset-latest": "^6.24.1",
  45. "mocha": "^3.2.0",
  46. "mocha-qunit-ui": "^0.1.3",
  47. "rollup": "^0.41.6",
  48. "rollup-plugin-babel": "^2.7.1",
  49. "rollup-plugin-node-resolve": "^2.0.0",
  50. "sorcery": "^0.10.0",
  51. "typescript": "^2.8.1",
  52. "uglify-js": "^2.8.14"
  53. },
  54. "directories": {
  55. "test": "tests"
  56. },
  57. "homepage": "https://github.com/garycourt/uri-js",
  58. "keywords": [
  59. "URI",
  60. "IRI",
  61. "IDN",
  62. "URN",
  63. "UUID",
  64. "HTTP",
  65. "HTTPS",
  66. "MAILTO",
  67. "RFC3986",
  68. "RFC3987",
  69. "RFC5891",
  70. "RFC2616",
  71. "RFC2818",
  72. "RFC2141",
  73. "RFC4122",
  74. "RFC4291",
  75. "RFC5952",
  76. "RFC6068",
  77. "RFC6874"
  78. ],
  79. "license": "BSD-2-Clause",
  80. "main": "dist/es5/uri.all.js",
  81. "name": "uri-js",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+ssh://git@github.com/garycourt/uri-js.git"
  85. },
  86. "scripts": {
  87. "build": "npm run build:esnext && npm run build:es5 && npm run build:es5:min",
  88. "build:es5": "rollup -c && cp dist/esnext/uri.d.ts dist/es5/uri.all.d.ts && npm run build:es5:fix-sourcemap",
  89. "build:es5:fix-sourcemap": "sorcery -i dist/es5/uri.all.js",
  90. "build:es5:min": "uglifyjs dist/es5/uri.all.js --support-ie8 --output dist/es5/uri.all.min.js --in-source-map dist/es5/uri.all.js.map --source-map uri.all.min.js.map --comments --compress --mangle --pure-funcs merge subexp && mv uri.all.min.js.map dist/es5/ && cp dist/es5/uri.all.d.ts dist/es5/uri.all.min.d.ts",
  91. "build:esnext": "tsc",
  92. "test": "mocha -u mocha-qunit-ui dist/es5/uri.all.js tests/tests.js"
  93. },
  94. "types": "dist/es5/uri.all.d.ts",
  95. "version": "4.2.2"
  96. }