- 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/dom-serialize/package.json
rceaed42 r59329aa 1 1 { 2 "name": "dom-serialize", 3 "version": "2.2.1", 2 "_args": [ 3 [ 4 "dom-serialize@2.2.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "dom-serialize@2.2.1", 10 "_id": "dom-serialize@2.2.1", 11 "_inBundle": false, 12 "_integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=", 13 "_location": "/dom-serialize", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "dom-serialize@2.2.1", 19 "name": "dom-serialize", 20 "escapedName": "dom-serialize", 21 "rawSpec": "2.2.1", 22 "saveSpec": null, 23 "fetchSpec": "2.2.1" 24 }, 25 "_requiredBy": [ 26 "/karma" 27 ], 28 "_resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", 29 "_spec": "2.2.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Nathan Rajlich", 33 "email": "nathan@tootallnate.net", 34 "url": "http://n8.io/" 35 }, 36 "bugs": { 37 "url": "https://github.com/webmodules/dom-serialize/issues" 38 }, 39 "dependencies": { 40 "custom-event": "~1.0.0", 41 "ent": "~2.2.0", 42 "extend": "^3.0.0", 43 "void-elements": "^2.0.0" 44 }, 4 45 "description": "Serializes any DOM node into a String", 5 "main": "index.js", 6 "scripts": { 7 "test": "make test" 46 "devDependencies": { 47 "zuul": "1" 8 48 }, 9 "repository": { 10 "type": "git", 11 "url": "git://github.com/webmodules/dom-serialize.git" 12 }, 49 "homepage": "https://github.com/webmodules/dom-serialize", 13 50 "keywords": [ 14 51 "browser", … … 18 55 "string" 19 56 ], 20 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",21 57 "license": "MIT", 22 "bugs": { 23 "url": "https://github.com/webmodules/dom-serialize/issues" 58 "main": "index.js", 59 "name": "dom-serialize", 60 "repository": { 61 "type": "git", 62 "url": "git://github.com/webmodules/dom-serialize.git" 24 63 }, 25 "homepage": "https://github.com/webmodules/dom-serialize", 26 "dependencies": { 27 "custom-event": "~1.0.0", 28 "ent": "~2.2.0", 29 "extend": "^3.0.0", 30 "void-elements": "^2.0.0" 64 "scripts": { 65 "test": "make test" 31 66 }, 32 "devDependencies": { 33 "zuul": "1" 34 } 67 "version": "2.2.1" 35 68 }
Note:
See TracChangeset
for help on using the changeset viewer.