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 regels
2.4 KiB

3 jaren geleden
  1. {
  2. "_args": [
  3. [
  4. "eslint-plugin-you-dont-need-lodash-underscore@6.10.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "eslint-plugin-you-dont-need-lodash-underscore@6.10.0",
  10. "_id": "eslint-plugin-you-dont-need-lodash-underscore@6.10.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Zu1KbHiWKf+alVvT+kFX2M5HW1gmtnkfF1l2cjmFozMnG0gbGgXo8oqK7lwk+ygeOXDmVfOyijqBd7SUub9AEQ==",
  13. "_location": "/eslint-plugin-you-dont-need-lodash-underscore",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "eslint-plugin-you-dont-need-lodash-underscore@6.10.0",
  19. "name": "eslint-plugin-you-dont-need-lodash-underscore",
  20. "escapedName": "eslint-plugin-you-dont-need-lodash-underscore",
  21. "rawSpec": "6.10.0",
  22. "saveSpec": null,
  23. "fetchSpec": "6.10.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/eslint-plugin-you-dont-need-lodash-underscore/-/eslint-plugin-you-dont-need-lodash-underscore-6.10.0.tgz",
  29. "_spec": "6.10.0",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "Robert Chang",
  33. "email": "cht8687@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Patrick McElhaney",
  41. "email": "pmcelhaney@gmail.com",
  42. "url": "http://patrickmcelhaney.com"
  43. },
  44. {
  45. "name": "Steve Mao",
  46. "email": "maochenyan@gmail.com",
  47. "url": "https://github.com/stevemao"
  48. }
  49. ],
  50. "dependencies": {
  51. "kebab-case": "^1.0.0"
  52. },
  53. "description": "Check methods you can use natively without lodash/underscore",
  54. "devDependencies": {
  55. "coveralls": "^2.11.9",
  56. "eslint": "^4.18.2",
  57. "istanbul": "^0.4.4",
  58. "lodash": "^4.17.4",
  59. "mocha": "^4.1.0"
  60. },
  61. "engines": {
  62. "node": ">=4.0"
  63. },
  64. "homepage": "https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.git",
  65. "keywords": [
  66. "underscore",
  67. "lodash",
  68. "eslint",
  69. "eslintplugin",
  70. "eslint-plugin",
  71. "native"
  72. ],
  73. "license": "MIT",
  74. "main": "lib/index.js",
  75. "name": "eslint-plugin-you-dont-need-lodash-underscore",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore.git"
  79. },
  80. "scripts": {
  81. "coveralls": "cat ./coverage/lcov.info | coveralls",
  82. "test": "istanbul cover tests",
  83. "test:unit": "mocha tests/unit"
  84. },
  85. "version": "6.10.0"
  86. }