package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "toidentifier@1.0.0",
  3. "_id": "toidentifier@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
  6. "_location": "/toidentifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "toidentifier@1.0.0",
  12. "name": "toidentifier",
  13. "escapedName": "toidentifier",
  14. "rawSpec": "1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/express-graphql/http-errors",
  20. "/express-graphql/raw-body/http-errors",
  21. "/http-errors"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
  24. "_shasum": "7e1be3470f1e77948bc43d94a3c8f4d7752ba553",
  25. "_spec": "toidentifier@1.0.0",
  26. "_where": "/home/pvvvm505/Документы/Project/node_modules/http-errors",
  27. "author": {
  28. "name": "Douglas Christopher Wilson",
  29. "email": "doug@somethingdoug.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/component/toidentifier/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Douglas Christopher Wilson",
  38. "email": "doug@somethingdoug.com"
  39. },
  40. {
  41. "name": "Nick Baugh",
  42. "email": "niftylettuce@gmail.com",
  43. "url": "http://niftylettuce.com/"
  44. }
  45. ],
  46. "deprecated": false,
  47. "description": "Convert a string of words to a JavaScript identifier",
  48. "devDependencies": {
  49. "eslint": "4.19.1",
  50. "eslint-config-standard": "11.0.0",
  51. "eslint-plugin-import": "2.11.0",
  52. "eslint-plugin-markdown": "1.0.0-beta.6",
  53. "eslint-plugin-node": "6.0.1",
  54. "eslint-plugin-promise": "3.7.0",
  55. "eslint-plugin-standard": "3.1.0",
  56. "mocha": "1.21.5",
  57. "nyc": "11.8.0"
  58. },
  59. "engines": {
  60. "node": ">=0.6"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/component/toidentifier#readme",
  66. "license": "MIT",
  67. "name": "toidentifier",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/component/toidentifier.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint --plugin markdown --ext js,md .",
  74. "test": "mocha --reporter spec --bail --check-leaks test/",
  75. "test-cov": "nyc --reporter=html --reporter=text npm test"
  76. },
  77. "version": "1.0.0"
  78. }