123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "_args": [
- [
- "p-locate@^2.0.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/locate-path"
- ]
- ],
- "_from": "p-locate@>=2.0.0 <3.0.0",
- "_id": "p-locate@2.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/p-locate",
- "_nodeVersion": "7.2.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/p-locate-2.0.0.tgz_1480310721089_0.044998719124123454"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "3.10.9",
- "_phantomChildren": {},
- "_requested": {
- "name": "p-locate",
- "raw": "p-locate@^2.0.0",
- "rawSpec": "^2.0.0",
- "scope": null,
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/locate-path"
- ],
- "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
- "_shasum": "20a0103b222a70c8fd39cc2e580680f3dde5ec43",
- "_shrinkwrap": null,
- "_spec": "p-locate@^2.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/p-locate/issues"
- },
- "dependencies": {
- "p-limit": "^1.1.0"
- },
- "description": "Get the first fulfilled promise that satisfies the provided testing function",
- "devDependencies": {
- "ava": "*",
- "delay": "^1.3.1",
- "in-range": "^1.0.0",
- "time-span": "^1.0.0",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "20a0103b222a70c8fd39cc2e580680f3dde5ec43",
- "tarball": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "6300abb6451f04bbaa760f42844ec1c501d79120",
- "homepage": "https://github.com/sindresorhus/p-locate#readme",
- "keywords": [
- "array",
- "async",
- "await",
- "bluebird",
- "collection",
- "fastest",
- "find",
- "finder",
- "fulfilled",
- "iterable",
- "iterator",
- "locate",
- "promise",
- "promises",
- "race",
- "search",
- "searcher",
- "test"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "p-locate",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/p-locate.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "2.0.0",
- "xo": {
- "esnext": true
- }
- }
|