source: frontend/node_modules/eslint-import-resolver-node/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[9af201e]1{
2 "name": "eslint-import-resolver-node",
3 "version": "0.3.10",
4 "description": "Node default behavior import resolution plugin for eslint-plugin-import.",
5 "main": "index.js",
6 "files": [
7 "index.js"
8 ],
9 "scripts": {
10 "prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
11 "tests-only": "nyc mocha",
12 "test": "npm run tests-only"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/import-js/eslint-plugin-import",
17 "directory": "resolvers/node"
18 },
19 "keywords": [
20 "eslint",
21 "eslintplugin",
22 "esnext",
23 "modules",
24 "eslint-plugin-import"
25 ],
26 "author": "Ben Mosher (me@benmosher.com)",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/import-js/eslint-plugin-import/issues"
30 },
31 "homepage": "https://github.com/import-js/eslint-plugin-import",
32 "dependencies": {
33 "debug": "^3.2.7",
34 "is-core-module": "^2.16.1",
35 "resolve": "^2.0.0-next.6"
36 },
37 "devDependencies": {
38 "chai": "^3.5.0",
39 "mocha": "^3.5.3",
40 "nyc": "^11.9.0"
41 }
42}
Note: See TracBrowser for help on using the repository browser.