1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@d3v4pp/rex",
- "version": "0.0.3",
- "description": "a set of usefull regEx By D3v4pp",
- "main": "index.js",
- "scripts": {
- "test":"mocha tests"
- },
- "files": [
- "index.d.ts",
- "index.js",
- "package.json",
- "README.md"
- ],
- "repository": {
- "type": "git",
- "url": "https://cvs.d3v4pp.fr/D3V4PP/Rex.git"
- },
- "author": {
- "name" : "Ayoub Hassani <D3v4pp>",
- "email" : "ayoub@d3v4pp.fr",
- "url" : "https://d3v4pp.fr/"
- },
- "funding": "https://paypal.me/SupportTheDoc",
- "homepage": "https://cvs.d3v4pp.fr/D3V4PP/Rex/src/master/README.md",
- "bugs": {
- "url" : "https://cvs.d3v4pp.fr/D3V4PP/Rex/issues",
- "email" : "ayoub@d3v4pp.fr"
- },
- "keywords": ["regex","validation"],
- "license": "ISC",
- "devDependencies": {
- "mocha": "^9.0.1"
- }
- }
|