You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.1KB

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