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.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "snapdragon-util@^3.0.1",
  3. "_id": "snapdragon-util@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
  6. "_location": "/snapdragon-util",
  7. "_phantomChildren": {
  8. "is-buffer": "1.1.6"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "snapdragon-util@^3.0.1",
  14. "name": "snapdragon-util",
  15. "escapedName": "snapdragon-util",
  16. "rawSpec": "^3.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^3.0.1"
  19. },
  20. "_requiredBy": [
  21. "/snapdragon-node"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
  24. "_shasum": "f956479486f2acd79700693f6f7b805e45ab56e2",
  25. "_spec": "snapdragon-util@^3.0.1",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\snapdragon-node",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/snapdragon-util/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "kind-of": "^3.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "Utilities for the snapdragon parser/compiler.",
  40. "devDependencies": {
  41. "define-property": "^1.0.0",
  42. "gulp": "^3.9.1",
  43. "gulp-eslint": "^3.0.1",
  44. "gulp-format-md": "^0.1.12",
  45. "gulp-istanbul": "^1.1.1",
  46. "gulp-mocha": "^3.0.0",
  47. "isobject": "^3.0.0",
  48. "mocha": "^3.3.0",
  49. "snapdragon": "^0.11.0",
  50. "snapdragon-node": "^1.0.6"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/snapdragon-util",
  59. "keywords": [
  60. "capture",
  61. "compile",
  62. "compiler",
  63. "convert",
  64. "match",
  65. "parse",
  66. "parser",
  67. "plugin",
  68. "render",
  69. "snapdragon",
  70. "snapdragonplugin",
  71. "transform",
  72. "util"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "snapdragon-util",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jonschlinkert/snapdragon-util.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "verb": {
  85. "toc": "collapsible",
  86. "layout": "default",
  87. "tasks": [
  88. "readme"
  89. ],
  90. "plugins": [
  91. "gulp-format-md"
  92. ],
  93. "lint": {
  94. "reflinks": true
  95. }
  96. },
  97. "version": "3.0.1"
  98. }