source: trip-planner-front/node_modules/parseurl/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "parseurl",
3 "description": "parse a url with memoization",
4 "version": "1.3.3",
5 "contributors": [
6 "Douglas Christopher Wilson <doug@somethingdoug.com>",
7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
8 ],
9 "repository": "pillarjs/parseurl",
10 "license": "MIT",
11 "devDependencies": {
12 "beautify-benchmark": "0.2.4",
13 "benchmark": "2.1.4",
14 "eslint": "5.16.0",
15 "eslint-config-standard": "12.0.0",
16 "eslint-plugin-import": "2.17.1",
17 "eslint-plugin-node": "7.0.1",
18 "eslint-plugin-promise": "4.1.1",
19 "eslint-plugin-standard": "4.0.0",
20 "fast-url-parser": "1.1.3",
21 "istanbul": "0.4.5",
22 "mocha": "6.1.3"
23 },
24 "files": [
25 "LICENSE",
26 "HISTORY.md",
27 "README.md",
28 "index.js"
29 ],
30 "engines": {
31 "node": ">= 0.8"
32 },
33 "scripts": {
34 "bench": "node benchmark/index.js",
35 "lint": "eslint .",
36 "test": "mocha --check-leaks --bail --reporter spec test/",
37 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
38 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
39 }
40}
Note: See TracBrowser for help on using the repository browser.