package.json 2.3 KB

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