package.json 2.2 KB

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