package.json 2.4 KB

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