| 1 | {
|
|---|
| 2 | "name": "resolve",
|
|---|
| 3 | "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
|
|---|
| 4 | "version": "1.22.12",
|
|---|
| 5 | "repository": {
|
|---|
| 6 | "type": "git",
|
|---|
| 7 | "url": "ssh://github.com/browserify/resolve.git"
|
|---|
| 8 | },
|
|---|
| 9 | "bin": {
|
|---|
| 10 | "resolve": "./bin/resolve"
|
|---|
| 11 | },
|
|---|
| 12 | "main": "index.js",
|
|---|
| 13 | "keywords": [
|
|---|
| 14 | "resolve",
|
|---|
| 15 | "require",
|
|---|
| 16 | "node",
|
|---|
| 17 | "module"
|
|---|
| 18 | ],
|
|---|
| 19 | "scripts": {
|
|---|
| 20 | "prepack": "npmignore --auto --commentLines=autogenerated && cp node_modules/is-core-module/core.json ./lib/ ||:",
|
|---|
| 21 | "prepublishOnly": "safe-publish-latest",
|
|---|
| 22 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
|---|
| 23 | "prelint": "eclint check $(git ls-files | grep -Ev test\\/list-exports$ | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
|
|---|
| 24 | "lint": "eslint .",
|
|---|
| 25 | "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
|
|---|
| 26 | "tests-only": "tape test/*.js",
|
|---|
| 27 | "pretest": "npm run lint",
|
|---|
| 28 | "test": "npm run --silent tests-only",
|
|---|
| 29 | "posttest": "npm run test:multirepo && npx npm@'>= 10.2' audit --production",
|
|---|
| 30 | "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
|
|---|
| 31 | },
|
|---|
| 32 | "devDependencies": {
|
|---|
| 33 | "@ljharb/eslint-config": "^22.2.2",
|
|---|
| 34 | "array.prototype.map": "^1.0.8",
|
|---|
| 35 | "copy-dir": "^1.3.0",
|
|---|
| 36 | "eclint": "^2.8.1",
|
|---|
| 37 | "eslint": "^9.39.1",
|
|---|
| 38 | "in-publish": "^2.0.1",
|
|---|
| 39 | "jiti": "^0.0.0",
|
|---|
| 40 | "mkdirp": "^0.5.6",
|
|---|
| 41 | "mv": "^2.1.1",
|
|---|
| 42 | "npmignore": "^0.3.5",
|
|---|
| 43 | "object-keys": "^1.1.1",
|
|---|
| 44 | "rimraf": "^2.7.1",
|
|---|
| 45 | "safe-publish-latest": "^2.0.0",
|
|---|
| 46 | "semver": "^6.3.1",
|
|---|
| 47 | "tap": "^0.4.13",
|
|---|
| 48 | "tape": "^5.9.0",
|
|---|
| 49 | "tmp": "^0.0.31"
|
|---|
| 50 | },
|
|---|
| 51 | "license": "MIT",
|
|---|
| 52 | "author": {
|
|---|
| 53 | "name": "James Halliday",
|
|---|
| 54 | "email": "mail@substack.net",
|
|---|
| 55 | "url": "http://substack.net"
|
|---|
| 56 | },
|
|---|
| 57 | "funding": {
|
|---|
| 58 | "url": "https://github.com/sponsors/ljharb"
|
|---|
| 59 | },
|
|---|
| 60 | "dependencies": {
|
|---|
| 61 | "es-errors": "^1.3.0",
|
|---|
| 62 | "is-core-module": "^2.16.1",
|
|---|
| 63 | "path-parse": "^1.0.7",
|
|---|
| 64 | "supports-preserve-symlinks-flag": "^1.0.0"
|
|---|
| 65 | },
|
|---|
| 66 | "publishConfig": {
|
|---|
| 67 | "ignore": [
|
|---|
| 68 | ".github/workflows",
|
|---|
| 69 | "appveyor.yml",
|
|---|
| 70 | "CONTRIBUTING.md",
|
|---|
| 71 | "test/resolver/malformed_package_json",
|
|---|
| 72 | "test/list-exports"
|
|---|
| 73 | ]
|
|---|
| 74 | },
|
|---|
| 75 | "engines": {
|
|---|
| 76 | "node": ">= 0.4"
|
|---|
| 77 | }
|
|---|
| 78 | }
|
|---|