123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_args": [
- [
- "is-path-inside@^1.0.0",
- "/home/seleznev/project Angular/Quality system/node_modules/is-path-in-cwd"
- ]
- ],
- "_from": "is-path-inside@>=1.0.0 <2.0.0",
- "_id": "is-path-inside@1.0.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/is-path-inside",
- "_nodeVersion": "4.8.4",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/is-path-inside-1.0.1.tgz_1512038091165_0.6817436330020428"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.15.11",
- "_phantomChildren": {},
- "_requested": {
- "name": "is-path-inside",
- "raw": "is-path-inside@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/is-path-in-cwd"
- ],
- "_resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
- "_shasum": "8ef5b7de50437a3fdca6b4e865ef7aa55cb48036",
- "_shrinkwrap": null,
- "_spec": "is-path-inside@^1.0.0",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/is-path-in-cwd",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/is-path-inside/issues"
- },
- "dependencies": {
- "path-is-inside": "^1.0.1"
- },
- "description": "Check if a path is inside another path",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "8ef5b7de50437a3fdca6b4e865ef7aa55cb48036",
- "tarball": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "7f08550845a34a9be18f5422f31da0c83b5a50b9",
- "homepage": "https://github.com/sindresorhus/is-path-inside#readme",
- "keywords": [
- "dir",
- "directory",
- "file",
- "folder",
- "inside",
- "path",
- "resolve"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "is-path-inside",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/is-path-inside.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.0.1"
- }
|