Changeset 59329aa for trip-planner-front/node_modules/custom-event
- 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/custom-event/package.json
rceaed42 r59329aa 1 1 { 2 "name": "custom-event", 3 "version": "1.0.1", 2 "_args": [ 3 [ 4 "custom-event@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "custom-event@1.0.1", 10 "_id": "custom-event@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=", 13 "_location": "/custom-event", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "custom-event@1.0.1", 19 "name": "custom-event", 20 "escapedName": "custom-event", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/dom-serialize" 27 ], 28 "_resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", 29 "_spec": "1.0.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/custom-event/issues" 38 }, 4 39 "description": "Cross-browser `CustomEvent` constructor", 5 "main": "index.js", 6 "scripts": { 7 "test": "make test" 40 "devDependencies": { 41 "zuul": "~1.16.3" 8 42 }, 9 "repository": { 10 "type": "git", 11 "url": "git://github.com/webmodules/custom-event.git" 12 }, 43 "homepage": "https://github.com/webmodules/custom-event", 13 44 "keywords": [ 14 45 "dom", … … 19 50 "constructor" 20 51 ], 21 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",22 52 "license": "MIT", 23 "bugs": { 24 "url": "https://github.com/webmodules/custom-event/issues" 53 "main": "index.js", 54 "name": "custom-event", 55 "repository": { 56 "type": "git", 57 "url": "git://github.com/webmodules/custom-event.git" 25 58 }, 26 " homepage": "https://github.com/webmodules/custom-event",27 "devDependencies": {28 "zuul": "~1.16.3"29 }59 "scripts": { 60 "test": "make test" 61 }, 62 "version": "1.0.1" 30 63 }
Note:
See TracChangeset
for help on using the changeset viewer.