package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "toidentifier@1.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "toidentifier@1.0.1",
  10. "_id": "toidentifier@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
  13. "_location": "/toidentifier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "toidentifier@1.0.1",
  19. "name": "toidentifier",
  20. "escapedName": "toidentifier",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/http-errors"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/component/toidentifier/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Douglas Christopher Wilson",
  41. "email": "doug@somethingdoug.com"
  42. },
  43. {
  44. "name": "Nick Baugh",
  45. "email": "niftylettuce@gmail.com",
  46. "url": "http://niftylettuce.com/"
  47. }
  48. ],
  49. "description": "Convert a string of words to a JavaScript identifier",
  50. "devDependencies": {
  51. "eslint": "7.32.0",
  52. "eslint-config-standard": "14.1.1",
  53. "eslint-plugin-import": "2.25.3",
  54. "eslint-plugin-markdown": "2.2.1",
  55. "eslint-plugin-node": "11.1.0",
  56. "eslint-plugin-promise": "4.3.1",
  57. "eslint-plugin-standard": "4.1.0",
  58. "mocha": "9.1.3",
  59. "nyc": "15.1.0"
  60. },
  61. "engines": {
  62. "node": ">=0.6"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "LICENSE",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/component/toidentifier#readme",
  70. "license": "MIT",
  71. "name": "toidentifier",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/component/toidentifier.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "test": "mocha --reporter spec --bail --check-leaks test/",
  79. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  80. "test-cov": "nyc --reporter=html --reporter=text npm test",
  81. "version": "node scripts/version-history.js && git add HISTORY.md"
  82. },
  83. "version": "1.0.1"
  84. }