123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_args": [
- [
- "find-up@^2.1.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/pkg-up"
- ]
- ],
- "_from": "find-up@>=2.1.0 <3.0.0",
- "_id": "find-up@2.1.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/find-up",
- "_nodeVersion": "6.9.1",
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/find-up-2.1.0.tgz_1480684911017_0.33125952794216573"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "4.0.2",
- "_phantomChildren": {},
- "_requested": {
- "name": "find-up",
- "raw": "find-up@^2.1.0",
- "rawSpec": "^2.1.0",
- "scope": null,
- "spec": ">=2.1.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/pkg-up"
- ],
- "_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
- "_shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
- "_shrinkwrap": null,
- "_spec": "find-up@^2.1.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/pkg-up",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/find-up/issues"
- },
- "dependencies": {
- "locate-path": "^2.0.0"
- },
- "description": "Find a file by walking up parent directories",
- "devDependencies": {
- "ava": "*",
- "tempfile": "^1.1.1",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
- "tarball": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "10202fb1621f0c277d5d5eeaf01c1c32b008fbef",
- "homepage": "https://github.com/sindresorhus/find-up#readme",
- "keywords": [
- "dir",
- "directory",
- "file",
- "find",
- "find-up",
- "findup",
- "folder",
- "look",
- "look-up",
- "match",
- "package",
- "parent",
- "parents",
- "path",
- "resolve",
- "search",
- "up",
- "walk",
- "walking"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "find-up",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/find-up.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "2.1.0",
- "xo": {
- "esnext": true
- }
- }
|