{
  "_from": "is-path-cwd@^2.0.0",
  "_id": "is-path-cwd@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-m5dHHzpOXEiv18JEORttBO64UgTEypx99vCxQLjbBvGhOJxnTNglYoFXxwo6AbsQb79sqqycQEHv2hWkHZAijA==",
  "_location": "/is-path-cwd",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-path-cwd@^2.0.0",
    "name": "is-path-cwd",
    "escapedName": "is-path-cwd",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/del"
  ],
  "_resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-2.0.0.tgz",
  "_shasum": "d4777a8e227a00096a31f030db3770f84b116c02",
  "_spec": "is-path-cwd@^2.0.0",
  "_where": "/Users/bitar/Documents/npmPackages/imagenarium/examples/import/node_modules/del",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-path-cwd/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check if a path is CWD",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/is-path-cwd#readme",
  "keywords": [
    "path",
    "cwd",
    "pwd",
    "check",
    "filepath",
    "file",
    "folder"
  ],
  "license": "MIT",
  "name": "is-path-cwd",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-path-cwd.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.0.0"
}
