- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/void-elements/package.json
rceaed42 r59329aa 1 1 { 2 "name": "void-elements", 3 "version": "2.0.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 }, 4 37 "description": "Array of \"void elements\" defined by the HTML specification.", 5 "main": "index.js", 6 "scripts": { 7 "test": "node test", 8 "prepublish": "node pre-publish.js > index.js" 38 "devDependencies": { 39 "cheerio": "^0.18.0" 9 40 }, 41 "engines": { 42 "node": ">=0.10.0" 43 }, 44 "homepage": "https://github.com/hemanth/void-elements", 10 45 "keywords": [ 11 46 "html", … … 13 48 "elements" 14 49 ], 15 "repository": "hemanth/void-elements", 16 "author": "hemanth.hm", 17 "engines": { 18 "node": ">=0.10.0" 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" 19 56 }, 20 " license": "MIT",21 "bugs": {22 " url": "https://github.com/hemanth/void-elements/issues"57 "scripts": { 58 "prepublish": "node pre-publish.js > index.js", 59 "test": "node test" 23 60 }, 24 "homepage": "https://github.com/hemanth/void-elements", 25 "devDependencies": { 26 "cheerio": "^0.18.0" 27 } 61 "version": "2.0.1" 28 62 }
Note:
See TracChangeset
for help on using the changeset viewer.