package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "toidentifier@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "toidentifier@1.0.0",
  10. "_id": "toidentifier@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
  13. "_location": "/toidentifier",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "toidentifier@1.0.0",
  19. "name": "toidentifier",
  20. "escapedName": "toidentifier",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/body-parser/http-errors",
  27. "/http-errors",
  28. "/raw-body/http-errors"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
  31. "_spec": "1.0.0",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Douglas Christopher Wilson",
  35. "email": "doug@somethingdoug.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/component/toidentifier/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. },
  45. {
  46. "name": "Nick Baugh",
  47. "email": "niftylettuce@gmail.com",
  48. "url": "http://niftylettuce.com/"
  49. }
  50. ],
  51. "description": "Convert a string of words to a JavaScript identifier",
  52. "devDependencies": {
  53. "eslint": "4.19.1",
  54. "eslint-config-standard": "11.0.0",
  55. "eslint-plugin-import": "2.11.0",
  56. "eslint-plugin-markdown": "1.0.0-beta.6",
  57. "eslint-plugin-node": "6.0.1",
  58. "eslint-plugin-promise": "3.7.0",
  59. "eslint-plugin-standard": "3.1.0",
  60. "mocha": "1.21.5",
  61. "nyc": "11.8.0"
  62. },
  63. "engines": {
  64. "node": ">=0.6"
  65. },
  66. "files": [
  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 --plugin markdown --ext js,md .",
  78. "test": "mocha --reporter spec --bail --check-leaks test/",
  79. "test-cov": "nyc --reporter=html --reporter=text npm test"
  80. },
  81. "version": "1.0.0"
  82. }