package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. "snapdragon-node@^2.0.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/braces"
  6. ]
  7. ],
  8. "_from": "snapdragon-node@>=2.0.1 <3.0.0",
  9. "_id": "snapdragon-node@2.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/snapdragon-node",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/snapdragon-node-2.1.1.tgz_1498392256120_0.4632513278629631"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.0.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "snapdragon-node",
  26. "raw": "snapdragon-node@^2.0.1",
  27. "rawSpec": "^2.0.1",
  28. "scope": null,
  29. "spec": ">=2.0.1 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/braces"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
  36. "_shasum": "6c175f86ff14bdb0724563e8f3c1b021a286853b",
  37. "_shrinkwrap": null,
  38. "_spec": "snapdragon-node@^2.0.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/braces",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/snapdragon-node/issues"
  46. },
  47. "dependencies": {
  48. "define-property": "^1.0.0",
  49. "isobject": "^3.0.0",
  50. "snapdragon-util": "^3.0.1"
  51. },
  52. "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
  53. "devDependencies": {
  54. "gulp": "^3.9.1",
  55. "gulp-eslint": "^4.0.0",
  56. "gulp-format-md": "^0.1.12",
  57. "gulp-istanbul": "^1.1.2",
  58. "gulp-mocha": "^3.0.1",
  59. "mocha": "^3.4.2",
  60. "snapdragon": "^0.11.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
  65. "shasum": "6c175f86ff14bdb0724563e8f3c1b021a286853b",
  66. "tarball": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "d2bc7304fc1b8103d6bb892d9ef099957468ff14",
  75. "homepage": "https://github.com/jonschlinkert/snapdragon-node",
  76. "keywords": [
  77. "ast",
  78. "compile",
  79. "compiler",
  80. "convert",
  81. "node",
  82. "parse",
  83. "parser",
  84. "plugin",
  85. "render",
  86. "snapdragon",
  87. "snapdragonplugin",
  88. "token",
  89. "transform"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "maintainers": [
  94. {
  95. "name": "jonschlinkert",
  96. "email": "github@sellside.com"
  97. }
  98. ],
  99. "name": "snapdragon-node",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/snapdragon-node.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "layout": "default",
  111. "lint": {
  112. "reflinks": true
  113. },
  114. "plugins": [
  115. "gulp-format-md"
  116. ],
  117. "reflinks": [
  118. "verb",
  119. "verb-generate-readme"
  120. ],
  121. "related": {
  122. "list": [
  123. "breakdance",
  124. "snapdragon",
  125. "snapdragon-capture",
  126. "snapdragon-cheerio",
  127. "snapdragon-util"
  128. ]
  129. },
  130. "tasks": [
  131. "readme"
  132. ]
  133. },
  134. "version": "2.1.1"
  135. }