You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

86 lines
2.4 KiB

{
"_args": [
[
"eslint-plugin-you-dont-need-lodash-underscore@6.10.0",
"/home/ubuntu/etherpad-lite"
]
],
"_development": true,
"_from": "eslint-plugin-you-dont-need-lodash-underscore@6.10.0",
"_id": "eslint-plugin-you-dont-need-lodash-underscore@6.10.0",
"_inBundle": false,
"_integrity": "sha512-Zu1KbHiWKf+alVvT+kFX2M5HW1gmtnkfF1l2cjmFozMnG0gbGgXo8oqK7lwk+ygeOXDmVfOyijqBd7SUub9AEQ==",
"_location": "/eslint-plugin-you-dont-need-lodash-underscore",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eslint-plugin-you-dont-need-lodash-underscore@6.10.0",
"name": "eslint-plugin-you-dont-need-lodash-underscore",
"escapedName": "eslint-plugin-you-dont-need-lodash-underscore",
"rawSpec": "6.10.0",
"saveSpec": null,
"fetchSpec": "6.10.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-you-dont-need-lodash-underscore/-/eslint-plugin-you-dont-need-lodash-underscore-6.10.0.tgz",
"_spec": "6.10.0",
"_where": "/home/ubuntu/etherpad-lite",
"author": {
"name": "Robert Chang",
"email": "cht8687@gmail.com"
},
"bugs": {
"url": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/issues"
},
"contributors": [
{
"name": "Patrick McElhaney",
"email": "pmcelhaney@gmail.com",
"url": "http://patrickmcelhaney.com"
},
{
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "https://github.com/stevemao"
}
],
"dependencies": {
"kebab-case": "^1.0.0"
},
"description": "Check methods you can use natively without lodash/underscore",
"devDependencies": {
"coveralls": "^2.11.9",
"eslint": "^4.18.2",
"istanbul": "^0.4.4",
"lodash": "^4.17.4",
"mocha": "^4.1.0"
},
"engines": {
"node": ">=4.0"
},
"homepage": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.git",
"keywords": [
"underscore",
"lodash",
"eslint",
"eslintplugin",
"eslint-plugin",
"native"
],
"license": "MIT",
"main": "lib/index.js",
"name": "eslint-plugin-you-dont-need-lodash-underscore",
"repository": {
"type": "git",
"url": "git+https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.git"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "istanbul cover tests",
"test:unit": "mocha tests/unit"
},
"version": "6.10.0"
}