API/api.medcify.app/node_modules/xregexp/package.json
2022-09-26 11:41:44 +05:30

58 lines
1.3 KiB
JSON

{
"_from": "xregexp@2.0.0",
"_id": "xregexp@2.0.0",
"_inBundle": false,
"_integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=",
"_location": "/xregexp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xregexp@2.0.0",
"name": "xregexp",
"escapedName": "xregexp",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/ftp"
],
"_resolved": "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz",
"_shasum": "52a63e56ca0b84a7f3a5f3d61872f126ad7a5943",
"_spec": "xregexp@2.0.0",
"_where": "/var/www/api.medcify.app/node_modules/ftp",
"author": {
"name": "Steven Levithan",
"email": "steves_list@hotmail.com"
},
"bugs": {
"url": "https://github.com/slevithan/XRegExp/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Extended JavaScript regular expressions",
"devDependencies": {
"qunit": ">= 0.2.x"
},
"engines": {
"node": "*"
},
"homepage": "http://xregexp.com/",
"keywords": [
"regex",
"regexp"
],
"license": "MIT",
"main": "./xregexp-all.js",
"name": "xregexp",
"repository": {
"type": "git",
"url": "git+https://github.com/slevithan/XRegExp.git"
},
"scripts": {
"test": "node tests/node-qunit.js"
},
"version": "2.0.0"
}