package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "posix-character-classes@0.1.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "posix-character-classes@0.1.1",
  9. "_id": "posix-character-classes@0.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
  12. "_location": "/posix-character-classes",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "posix-character-classes@0.1.1",
  18. "name": "posix-character-classes",
  19. "escapedName": "posix-character-classes",
  20. "rawSpec": "0.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.1"
  23. },
  24. "_requiredBy": [
  25. "/expand-brackets"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
  28. "_spec": "0.1.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/posix-character-classes/issues"
  36. },
  37. "description": "POSIX character classes for creating regular expressions.",
  38. "devDependencies": {
  39. "gulp-format-md": "^0.1.12",
  40. "mocha": "^3.2.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/posix-character-classes",
  49. "keywords": [
  50. "character",
  51. "classes",
  52. "posix"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "posix-character-classes",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/jonschlinkert/posix-character-classes.git"
  60. },
  61. "scripts": {
  62. "test": "mocha"
  63. },
  64. "verb": {
  65. "toc": false,
  66. "layout": "default",
  67. "tasks": [
  68. "readme"
  69. ],
  70. "plugins": [
  71. "gulp-format-md"
  72. ],
  73. "reflinks": [
  74. "verb",
  75. "verb-generate-readme"
  76. ],
  77. "lint": {
  78. "reflinks": true
  79. },
  80. "related-list": [
  81. "micromatch",
  82. "nanomatch",
  83. "extglob",
  84. "expand-brackets"
  85. ]
  86. },
  87. "version": "0.1.1"
  88. }