package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "is-alphanumeric@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "is-alphanumeric@1.0.0",
  9. "_id": "is-alphanumeric@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=",
  12. "_location": "/is-alphanumeric",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-alphanumeric@1.0.0",
  18. "name": "is-alphanumeric",
  19. "escapedName": "is-alphanumeric",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/remark-stringify"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Arthur Verschaeve",
  32. "email": "contact@arthurverschaeve.be",
  33. "url": "arthurverschaeve.be"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/arthurvr/is-alphanumeric/issues"
  37. },
  38. "description": "Check if a string only contains alphanumeric characters",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/arthurvr/is-alphanumeric#readme",
  49. "keywords": [
  50. "numbers",
  51. "numeric",
  52. "alphabet",
  53. "alphabetic",
  54. "check",
  55. "is",
  56. "detect",
  57. "latin",
  58. "alphanumeric",
  59. "string",
  60. "text",
  61. "letters",
  62. "digit",
  63. "arabic",
  64. "alphameric"
  65. ],
  66. "license": "MIT",
  67. "name": "is-alphanumeric",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/arthurvr/is-alphanumeric.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "version": "1.0.0"
  76. }