package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "uri-js@4.4.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "uri-js@4.4.0",
  10. "_id": "uri-js@4.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-B0yRTzYdUCCn9n+F4+Gh4yIDtMQcaJsmYBDsTSG8g/OejKBodLQ2IHfN3bM7jUsRXndopT7OIXWdYqc1fjmV6g==",
  13. "_location": "/uri-js",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "uri-js@4.4.0",
  19. "name": "uri-js",
  20. "escapedName": "uri-js",
  21. "rawSpec": "4.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.4.0"
  24. },
  25. "_requiredBy": [
  26. "/file-loader/ajv",
  27. "/postcss-loader/ajv",
  28. "/uglifyjs-webpack-plugin/ajv",
  29. "/webpack/ajv"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz",
  32. "_spec": "4.4.0",
  33. "_where": "E:\\amr1.0\\AMR",
  34. "author": {
  35. "name": "Gary Court",
  36. "email": "gary.court@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/garycourt/uri-js/issues"
  40. },
  41. "dependencies": {
  42. "punycode": "^2.1.0"
  43. },
  44. "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",
  45. "devDependencies": {
  46. "babel-cli": "^6.26.0",
  47. "babel-plugin-external-helpers": "^6.22.0",
  48. "babel-preset-latest": "^6.24.1",
  49. "mocha": "^3.2.0",
  50. "mocha-qunit-ui": "^0.1.3",
  51. "rollup": "^0.41.6",
  52. "rollup-plugin-babel": "^2.7.1",
  53. "rollup-plugin-node-resolve": "^2.0.0",
  54. "sorcery": "^0.10.0",
  55. "typescript": "^2.8.1",
  56. "uglify-js": "^2.8.14"
  57. },
  58. "directories": {
  59. "test": "tests"
  60. },
  61. "files": [
  62. "dist",
  63. "package.json",
  64. "yarn.lock",
  65. "README.md",
  66. "CHANGELOG",
  67. "LICENSE"
  68. ],
  69. "homepage": "https://github.com/garycourt/uri-js",
  70. "keywords": [
  71. "URI",
  72. "IRI",
  73. "IDN",
  74. "URN",
  75. "UUID",
  76. "HTTP",
  77. "HTTPS",
  78. "WS",
  79. "WSS",
  80. "MAILTO",
  81. "RFC3986",
  82. "RFC3987",
  83. "RFC5891",
  84. "RFC2616",
  85. "RFC2818",
  86. "RFC2141",
  87. "RFC4122",
  88. "RFC4291",
  89. "RFC5952",
  90. "RFC6068",
  91. "RFC6455",
  92. "RFC6874"
  93. ],
  94. "license": "BSD-2-Clause",
  95. "main": "dist/es5/uri.all.js",
  96. "name": "uri-js",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+ssh://git@github.com/garycourt/uri-js.git"
  100. },
  101. "scripts": {
  102. "build": "npm run build:esnext && npm run build:es5 && npm run build:es5:min",
  103. "build:es5": "rollup -c && cp dist/esnext/uri.d.ts dist/es5/uri.all.d.ts && npm run build:es5:fix-sourcemap",
  104. "build:es5:fix-sourcemap": "sorcery -i dist/es5/uri.all.js",
  105. "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",
  106. "build:esnext": "tsc",
  107. "clean": "rm -rf dist",
  108. "test": "mocha -u mocha-qunit-ui dist/es5/uri.all.js tests/tests.js"
  109. },
  110. "types": "dist/es5/uri.all.d.ts",
  111. "version": "4.4.0"
  112. }