-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from radiovisual/bump-4.1.7
v4.1.7
- Loading branch information
Showing
1 changed file
with
101 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,103 +1,103 @@ | ||
{ | ||
"name": "get-video-id", | ||
"version": "4.1.5", | ||
"description": "Get the YouTube, Vimeo, Vine, VideoPress, TikTok, Microsoft Stream, Loom or Dailymotion video id from a url or embed string.", | ||
"license": "MIT", | ||
"repository": "radiovisual/get-video-id", | ||
"main": "dist/get-video-id.js", | ||
"module": "dist/get-video-id.esm.js", | ||
"types": "./index.d.ts", | ||
"type": "module", | ||
"files": [ | ||
"dist/*", | ||
"index.d.ts" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/get-video-id.esm.js", | ||
"require": "./dist/get-video-id.js", | ||
"types": "./index.d.ts" | ||
} | ||
}, | ||
"author": { | ||
"name": "Michael Wuergler", | ||
"email": "wuergler@gmail.com", | ||
"url": "https://github.com/radiovisual" | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"test:post-build": "jest __tests__/builds/*", | ||
"test": "npm run lint && c8 jest --runInBand --testPathIgnorePatterns='<rootDir>/__tests__/builds'", | ||
"lint": "xo", | ||
"lint:fix": "xo --fix", | ||
"build": "rollup -c rollup.config.js && npm run test && npm run test:post-build", | ||
"prepublish": "npm run build" | ||
}, | ||
"keywords": [ | ||
"RegExp", | ||
"regexp", | ||
"iframe", | ||
"embed", | ||
"url", | ||
"vine", | ||
"vimeo", | ||
"loom", | ||
"youtube", | ||
"videopress", | ||
"microsoft stream", | ||
"microsoft", | ||
"dailymotion", | ||
"tiktok", | ||
"shorts", | ||
"stream", | ||
"from", | ||
"string", | ||
"id", | ||
"video", | ||
"read", | ||
"retrieve", | ||
"fetch", | ||
"parse", | ||
"extract", | ||
"get" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.15.0", | ||
"@babel/eslint-parser": "^7.12.1", | ||
"@babel/plugin-transform-modules-commonjs": "^7.15.0", | ||
"@babel/plugin-transform-runtime": "^7.23.9", | ||
"@babel/preset-env": "^7.15.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^27.1.0", | ||
"c8": "^7.8.0", | ||
"jest": "^27.1.0", | ||
"jsdom": "^17.0.0", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^4.5.1", | ||
"rollup-plugin-preserve-directives": "^0.4.0", | ||
"xo": "^0.56.0" | ||
}, | ||
"xo": { | ||
"globals": [ | ||
"test", | ||
"expect", | ||
"describe" | ||
] | ||
}, | ||
"c8": { | ||
"reporter": [ | ||
"text", | ||
"lcov" | ||
] | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.9" | ||
} | ||
"name": "get-video-id", | ||
"version": "4.1.7", | ||
"description": "Get the YouTube, Vimeo, Vine, VideoPress, TikTok, Microsoft Stream, Loom or Dailymotion video id from a url or embed string.", | ||
"license": "MIT", | ||
"repository": "radiovisual/get-video-id", | ||
"main": "dist/get-video-id.js", | ||
"module": "dist/get-video-id.esm.js", | ||
"types": "./index.d.ts", | ||
"type": "module", | ||
"files": [ | ||
"dist/*", | ||
"index.d.ts" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/get-video-id.esm.js", | ||
"require": "./dist/get-video-id.js", | ||
"types": "./index.d.ts" | ||
} | ||
}, | ||
"author": { | ||
"name": "Michael Wuergler", | ||
"email": "wuergler@gmail.com", | ||
"url": "https://github.com/radiovisual" | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"test:post-build": "jest __tests__/builds/*", | ||
"test": "npm run lint && c8 jest --runInBand --testPathIgnorePatterns='<rootDir>/__tests__/builds'", | ||
"lint": "xo", | ||
"lint:fix": "xo --fix", | ||
"build": "rollup -c rollup.config.js && npm run test && npm run test:post-build", | ||
"prepublish": "npm run build" | ||
}, | ||
"keywords": [ | ||
"RegExp", | ||
"regexp", | ||
"iframe", | ||
"embed", | ||
"url", | ||
"vine", | ||
"vimeo", | ||
"loom", | ||
"youtube", | ||
"videopress", | ||
"microsoft stream", | ||
"microsoft", | ||
"dailymotion", | ||
"tiktok", | ||
"shorts", | ||
"stream", | ||
"from", | ||
"string", | ||
"id", | ||
"video", | ||
"read", | ||
"retrieve", | ||
"fetch", | ||
"parse", | ||
"extract", | ||
"get" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.15.0", | ||
"@babel/eslint-parser": "^7.12.1", | ||
"@babel/plugin-transform-modules-commonjs": "^7.15.0", | ||
"@babel/plugin-transform-runtime": "^7.23.9", | ||
"@babel/preset-env": "^7.15.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^27.1.0", | ||
"c8": "^7.8.0", | ||
"jest": "^27.1.0", | ||
"jsdom": "^17.0.0", | ||
"rimraf": "^3.0.0", | ||
"rollup": "^4.5.1", | ||
"rollup-plugin-preserve-directives": "^0.4.0", | ||
"xo": "^0.56.0" | ||
}, | ||
"xo": { | ||
"globals": [ | ||
"test", | ||
"expect", | ||
"describe" | ||
] | ||
}, | ||
"c8": { | ||
"reporter": [ | ||
"text", | ||
"lcov" | ||
] | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.9" | ||
} | ||
} |