You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.6 KiB
67 lines
1.6 KiB
{
|
|
"_from": "scoped-regex@^1.0.0",
|
|
"_id": "scoped-regex@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-90/gFvaP4jXL0rXPD8FS7tWgmkQDlxCjs9cs3r3G5hAnrODt94kIh4SDbH/gm3HosGTik0omdSPOh0KQyGqjlg==",
|
|
"_location": "/scoped-regex",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "scoped-regex@^1.0.0",
|
|
"name": "scoped-regex",
|
|
"escapedName": "scoped-regex",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-scoped"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/scoped-regex/-/scoped-regex-1.0.0.tgz",
|
|
"_shasum": "a346bb1acd4207ae70bd7c0c7ca9e566b6baddb8",
|
|
"_spec": "scoped-regex@^1.0.0",
|
|
"_where": "D:\\code\\template-vue-antd\\node_modules\\is-scoped",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/scoped-regex/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Regular expression for matching scoped npm package names",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/scoped-regex#readme",
|
|
"keywords": [
|
|
"scoped",
|
|
"npm",
|
|
"package",
|
|
"name",
|
|
"regex",
|
|
"regexp",
|
|
"regular",
|
|
"expression"
|
|
],
|
|
"license": "MIT",
|
|
"name": "scoped-regex",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/scoped-regex.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|