UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

44 lines (43 loc) 1.14 kB
{ "name": "resolve", "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously", "version": "1.8.1", "repository": { "type": "git", "url": "git://github.com/browserify/resolve.git" }, "main": "index.js", "keywords": [ "resolve", "require", "node", "module" ], "scripts": { "prepublish": "safe-publish-latest", "lint": "eslint .", "tests-only": "tape test/*.js", "pretest": "npm run lint", "test": "npm run --silent tests-only" }, "devDependencies": { "@ljharb/eslint-config": "^12.2.1", "eslint": "^4.19.1", "object-keys": "^1.0.11", "safe-publish-latest": "^1.1.1", "tap": "0.4.13", "tape": "^4.9.0" }, "license": "MIT", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "dependencies": { "path-parse": "^1.0.5" } ,"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz" ,"_integrity": "sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==" ,"_from": "resolve@1.8.1" }