12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_args": [
- [
- "is-scoped@^1.0.0",
- "/home/seleznev/project Angular/Quality system/node_modules/yeoman-environment"
- ]
- ],
- "_from": "is-scoped@>=1.0.0 <2.0.0",
- "_id": "is-scoped@1.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/is-scoped",
- "_nodeVersion": "4.7.3",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/is-scoped-1.0.0.tgz_1490177629628_0.7818302102386951"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.15.11",
- "_phantomChildren": {},
- "_requested": {
- "name": "is-scoped",
- "raw": "is-scoped@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/yeoman-environment"
- ],
- "_resolved": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz",
- "_shasum": "449ca98299e713038256289ecb2b540dc437cb30",
- "_shrinkwrap": null,
- "_spec": "is-scoped@^1.0.0",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/yeoman-environment",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/is-scoped/issues"
- },
- "dependencies": {
- "scoped-regex": "^1.0.0"
- },
- "description": "Check if a string is a scoped npm package name",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "449ca98299e713038256289ecb2b540dc437cb30",
- "tarball": "https://registry.npmjs.org/is-scoped/-/is-scoped-1.0.0.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "2c1efd5c269d58abaa2072c499b75e161456c6dc",
- "homepage": "https://github.com/sindresorhus/is-scoped#readme",
- "keywords": [
- "detect",
- "is",
- "name",
- "npm",
- "package",
- "scoped",
- "validate",
- "validation"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "is-scoped",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/is-scoped.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.0.0"
- }
|