source: trip-planner-front/node_modules/snapdragon-node/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_args": [
3 [
4 "snapdragon-node@2.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-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 "is-descriptor": "1.0.2"
16 },
17 "_requested": {
18 "type": "version",
19 "registry": true,
20 "raw": "snapdragon-node@2.1.1",
21 "name": "snapdragon-node",
22 "escapedName": "snapdragon-node",
23 "rawSpec": "2.1.1",
24 "saveSpec": null,
25 "fetchSpec": "2.1.1"
26 },
27 "_requiredBy": [
28 "/http-proxy-middleware/braces",
29 "/webpack-dev-server/braces"
30 ],
31 "_resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
32 "_spec": "2.1.1",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Jon Schlinkert",
36 "url": "https://github.com/jonschlinkert"
37 },
38 "bugs": {
39 "url": "https://github.com/jonschlinkert/snapdragon-node/issues"
40 },
41 "dependencies": {
42 "define-property": "^1.0.0",
43 "isobject": "^3.0.0",
44 "snapdragon-util": "^3.0.1"
45 },
46 "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
47 "devDependencies": {
48 "gulp": "^3.9.1",
49 "gulp-eslint": "^4.0.0",
50 "gulp-format-md": "^0.1.12",
51 "gulp-istanbul": "^1.1.2",
52 "gulp-mocha": "^3.0.1",
53 "mocha": "^3.4.2",
54 "snapdragon": "^0.11.0"
55 },
56 "engines": {
57 "node": ">=0.10.0"
58 },
59 "files": [
60 "index.js"
61 ],
62 "homepage": "https://github.com/jonschlinkert/snapdragon-node",
63 "keywords": [
64 "ast",
65 "compile",
66 "compiler",
67 "convert",
68 "node",
69 "parse",
70 "parser",
71 "plugin",
72 "render",
73 "snapdragon",
74 "snapdragonplugin",
75 "token",
76 "transform"
77 ],
78 "license": "MIT",
79 "main": "index.js",
80 "name": "snapdragon-node",
81 "repository": {
82 "type": "git",
83 "url": "git+https://github.com/jonschlinkert/snapdragon-node.git"
84 },
85 "scripts": {
86 "test": "mocha"
87 },
88 "verb": {
89 "layout": "default",
90 "tasks": [
91 "readme"
92 ],
93 "plugins": [
94 "gulp-format-md"
95 ],
96 "related": {
97 "list": [
98 "breakdance",
99 "snapdragon",
100 "snapdragon-capture",
101 "snapdragon-cheerio",
102 "snapdragon-util"
103 ]
104 },
105 "reflinks": [
106 "verb",
107 "verb-generate-readme"
108 ],
109 "lint": {
110 "reflinks": true
111 }
112 },
113 "version": "2.1.1"
114}
Note: See TracBrowser for help on using the repository browser.