source: trip-planner-front/node_modules/snapdragon-util/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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