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.
 
 
 
 

70 lines
1.6 KiB

{
"_from": "is-scoped@^1.0.0",
"_id": "is-scoped@1.0.0",
"_inBundle": false,
"_integrity": "sha512-iT1y0qJcdqXnHe6SCtN9cOBPRiarw8Cy1EZkawW50dxO/7oHC6AYvs1tH4QbBbi7UC/vYY3BnRmbE0bFLwvUog==",
"_location": "/is-scoped",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-scoped@^1.0.0",
"name": "is-scoped",
"escapedName": "is-scoped",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/yeoman-environment"
],
"_resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz",
"_shasum": "449ca98299e713038256289ecb2b540dc437cb30",
"_spec": "is-scoped@^1.0.0",
"_where": "D:\\code\\template-vue-antd\\node_modules\\yeoman-environment",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-scoped/issues"
},
"bundleDependencies": false,
"dependencies": {
"scoped-regex": "^1.0.0"
},
"deprecated": false,
"description": "Check if a string is a scoped npm package name",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-scoped#readme",
"keywords": [
"scoped",
"npm",
"package",
"name",
"is",
"detect",
"validate",
"validation"
],
"license": "MIT",
"name": "is-scoped",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-scoped.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}