source: trip-planner-front/node_modules/void-elements/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: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "void-elements@2.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "void-elements@2.0.1",
10 "_id": "void-elements@2.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=",
13 "_location": "/void-elements",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "void-elements@2.0.1",
19 "name": "void-elements",
20 "escapedName": "void-elements",
21 "rawSpec": "2.0.1",
22 "saveSpec": null,
23 "fetchSpec": "2.0.1"
24 },
25 "_requiredBy": [
26 "/dom-serialize"
27 ],
28 "_resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
29 "_spec": "2.0.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "hemanth.hm"
33 },
34 "bugs": {
35 "url": "https://github.com/hemanth/void-elements/issues"
36 },
37 "description": "Array of \"void elements\" defined by the HTML specification.",
38 "devDependencies": {
39 "cheerio": "^0.18.0"
40 },
41 "engines": {
42 "node": ">=0.10.0"
43 },
44 "homepage": "https://github.com/hemanth/void-elements",
45 "keywords": [
46 "html",
47 "void",
48 "elements"
49 ],
50 "license": "MIT",
51 "main": "index.js",
52 "name": "void-elements",
53 "repository": {
54 "type": "git",
55 "url": "git+https://github.com/hemanth/void-elements.git"
56 },
57 "scripts": {
58 "prepublish": "node pre-publish.js > index.js",
59 "test": "node test"
60 },
61 "version": "2.0.1"
62}
Note: See TracBrowser for help on using the repository browser.