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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "snapdragon-node@^2.0.1",
  3. "_id": "snapdragon-node@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
  6. "_location": "/snapdragon-node",
  7. "_phantomChildren": {
  8. "kind-of": "6.0.3"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "snapdragon-node@^2.0.1",
  14. "name": "snapdragon-node",
  15. "escapedName": "snapdragon-node",
  16. "rawSpec": "^2.0.1",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.0.1"
  19. },
  20. "_requiredBy": [
  21. "/braces"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  24. "_shasum": "6c175f86ff14bdb0724563e8f3c1b021a286853b",
  25. "_spec": "snapdragon-node@^2.0.1",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\braces",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/snapdragon-node/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "define-property": "^1.0.0",
  37. "isobject": "^3.0.0",
  38. "snapdragon-util": "^3.0.1"
  39. },
  40. "deprecated": false,
  41. "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
  42. "devDependencies": {
  43. "gulp": "^3.9.1",
  44. "gulp-eslint": "^4.0.0",
  45. "gulp-format-md": "^0.1.12",
  46. "gulp-istanbul": "^1.1.2",
  47. "gulp-mocha": "^3.0.1",
  48. "mocha": "^3.4.2",
  49. "snapdragon": "^0.11.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/snapdragon-node",
  58. "keywords": [
  59. "ast",
  60. "compile",
  61. "compiler",
  62. "convert",
  63. "node",
  64. "parse",
  65. "parser",
  66. "plugin",
  67. "render",
  68. "snapdragon",
  69. "snapdragonplugin",
  70. "token",
  71. "transform"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "snapdragon-node",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jonschlinkert/snapdragon-node.git"
  79. },
  80. "scripts": {
  81. "test": "mocha"
  82. },
  83. "verb": {
  84. "layout": "default",
  85. "tasks": [
  86. "readme"
  87. ],
  88. "plugins": [
  89. "gulp-format-md"
  90. ],
  91. "related": {
  92. "list": [
  93. "breakdance",
  94. "snapdragon",
  95. "snapdragon-capture",
  96. "snapdragon-cheerio",
  97. "snapdragon-util"
  98. ]
  99. },
  100. "reflinks": [
  101. "verb",
  102. "verb-generate-readme"
  103. ],
  104. "lint": {
  105. "reflinks": true
  106. }
  107. },
  108. "version": "2.1.1"
  109. }