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