package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "toidentifier@1.0.0",
  5. "E:\\amr1.0\\AMR"
  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. "/http-errors"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\amr1.0\\AMR",
  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": "4.19.1",
  52. "eslint-config-standard": "11.0.0",
  53. "eslint-plugin-import": "2.11.0",
  54. "eslint-plugin-markdown": "1.0.0-beta.6",
  55. "eslint-plugin-node": "6.0.1",
  56. "eslint-plugin-promise": "3.7.0",
  57. "eslint-plugin-standard": "3.1.0",
  58. "mocha": "1.21.5",
  59. "nyc": "11.8.0"
  60. },
  61. "engines": {
  62. "node": ">=0.6"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/component/toidentifier#readme",
  68. "license": "MIT",
  69. "name": "toidentifier",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/component/toidentifier.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint --plugin markdown --ext js,md .",
  76. "test": "mocha --reporter spec --bail --check-leaks test/",
  77. "test-cov": "nyc --reporter=html --reporter=text npm test"
  78. },
  79. "version": "1.0.0"
  80. }