Sha256: 51f6da057ad7e58713a8075729b12bd8a2d453b6c77a9e97cf03aea89f0e5046

Contents?: true

Size: 931 Bytes

Versions: 1

Compression:

Stored size: 931 Bytes

Contents

{
  "name": "resolve",
  "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
  "version": "1.6.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/browserify/node-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.0",
    "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"
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jass-0.9.1 vendor/node_modules/resolve/package.json