123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- "path-exists@^3.0.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/locate-path"
- ]
- ],
- "_from": "path-exists@>=3.0.0 <4.0.0",
- "_id": "path-exists@3.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/path-exists",
- "_nodeVersion": "4.4.2",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/path-exists-3.0.0.tgz_1462103091696_0.5805528531782329"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "3.8.9",
- "_phantomChildren": {},
- "_requested": {
- "name": "path-exists",
- "raw": "path-exists@^3.0.0",
- "rawSpec": "^3.0.0",
- "scope": null,
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/locate-path"
- ],
- "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
- "_shasum": "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515",
- "_shrinkwrap": null,
- "_spec": "path-exists@^3.0.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/locate-path",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/path-exists/issues"
- },
- "dependencies": {},
- "description": "Check if a path exists",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515",
- "tarball": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "4696c60a8b2b9ac61902aa9eab7cb326ab6005c8",
- "homepage": "https://github.com/sindresorhus/path-exists#readme",
- "keywords": [
- "access",
- "exist",
- "exists",
- "file",
- "file-system",
- "filepath",
- "filesystem",
- "fs",
- "path",
- "stat"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "path-exists",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/path-exists.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "3.0.0",
- "xo": {
- "esnext": true
- }
- }
|