2016-05-13 13:06:08 +00:00
|
|
|
{
|
2018-10-01 17:28:45 +00:00
|
|
|
"name": "mozilla-central",
|
|
|
|
"description": "This package file is for node modules used in mozilla-central",
|
2016-05-13 13:06:08 +00:00
|
|
|
"repository": {},
|
|
|
|
"license": "MPL-2.0",
|
2019-12-19 23:31:07 +00:00
|
|
|
"dependencies": {},
|
2018-10-01 17:28:45 +00:00
|
|
|
"devDependencies": {
|
2019-08-27 14:51:29 +00:00
|
|
|
"babel-eslint": "10.0.3",
|
|
|
|
"eslint": "6.2.2",
|
|
|
|
"eslint-config-prettier": "6.1.0",
|
2019-04-08 20:07:22 +00:00
|
|
|
"eslint-plugin-babel": "5.3.0",
|
2019-07-17 10:35:44 +00:00
|
|
|
"eslint-plugin-fetch-options": "0.0.5",
|
2019-04-08 20:07:22 +00:00
|
|
|
"eslint-plugin-file-header": "0.0.1",
|
2019-08-21 19:08:44 +00:00
|
|
|
"eslint-plugin-flowtype": "4.2.0",
|
|
|
|
"eslint-plugin-html": "6.0.0",
|
|
|
|
"eslint-plugin-import": "2.18.2",
|
2019-08-27 14:51:29 +00:00
|
|
|
"eslint-plugin-jest": "22.15.2",
|
2019-08-21 19:08:44 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
2017-06-28 19:47:36 +00:00
|
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
2018-05-24 15:54:54 +00:00
|
|
|
"eslint-plugin-no-unsanitized": "3.0.2",
|
2019-08-21 19:08:44 +00:00
|
|
|
"eslint-plugin-prettier": "3.1.0",
|
|
|
|
"eslint-plugin-react": "7.14.3",
|
2019-05-17 15:50:29 +00:00
|
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
|
2019-12-19 23:31:07 +00:00
|
|
|
"prettier": "1.17.0",
|
|
|
|
"yarn": "1.21.1"
|
2017-10-23 07:39:47 +00:00
|
|
|
},
|
2018-10-01 17:28:45 +00:00
|
|
|
"notes(private)": "We don't want to publish to npm, so this is marked as private",
|
|
|
|
"private": true
|
2016-05-13 13:06:08 +00:00
|
|
|
}
|