source: trip-planner-front/node_modules/is-resolvable/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: 811 bytes
Line 
1{
2 "name": "is-resolvable",
3 "version": "1.1.0",
4 "description": "Check if a module ID is resolvable with require()",
5 "repository": "shinnn/is-resolvable",
6 "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
7 "scripts": {
8 "pretest": "eslint --fix --format=codeframe index.js test.js",
9 "test": "node --throw-deprecation --track-heap-objects test.js",
10 "coverage": "istanbul cover --print=both test.js"
11 },
12 "license": "ISC",
13 "files": [
14 "index.js"
15 ],
16 "keywords": [
17 "file",
18 "path",
19 "resolve",
20 "resolvable",
21 "check",
22 "module"
23 ],
24 "devDependencies": {
25 "@shinnn/eslint-config-node": "^5.0.0",
26 "eslint": "^4.16.0",
27 "istanbul": "^0.4.5",
28 "tape": "^4.8.0"
29 },
30 "eslintConfig": {
31 "extends": "@shinnn/node",
32 "rules": {
33 "no-var": "off",
34 "prefer-template": "off"
35 }
36 }
37}
Note: See TracBrowser for help on using the repository browser.