package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "posix-character-classes@0.1.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. "/cpx/readdirp/expand-brackets",
  27. "/expand-brackets"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
  30. "_spec": "0.1.1",
  31. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/posix-character-classes/issues"
  38. },
  39. "description": "POSIX character classes for creating regular expressions.",
  40. "devDependencies": {
  41. "gulp-format-md": "^0.1.12",
  42. "mocha": "^3.2.0"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/posix-character-classes",
  51. "keywords": [
  52. "character",
  53. "classes",
  54. "posix"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "posix-character-classes",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/jonschlinkert/posix-character-classes.git"
  62. },
  63. "scripts": {
  64. "test": "mocha"
  65. },
  66. "verb": {
  67. "toc": false,
  68. "layout": "default",
  69. "tasks": [
  70. "readme"
  71. ],
  72. "plugins": [
  73. "gulp-format-md"
  74. ],
  75. "reflinks": [
  76. "verb",
  77. "verb-generate-readme"
  78. ],
  79. "lint": {
  80. "reflinks": true
  81. },
  82. "related-list": [
  83. "micromatch",
  84. "nanomatch",
  85. "extglob",
  86. "expand-brackets"
  87. ]
  88. },
  89. "version": "0.1.1"
  90. }