123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_from": "resolve@^1.10.0",
- "_id": "resolve@1.22.4",
- "_inBundle": false,
- "_integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==",
- "_location": "/resolve",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "resolve@^1.10.0",
- "name": "resolve",
- "escapedName": "resolve",
- "rawSpec": "^1.10.0",
- "saveSpec": null,
- "fetchSpec": "^1.10.0"
- },
- "_requiredBy": [
- "/normalize-package-data"
- ],
- "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz",
- "_shasum": "1dc40df46554cdaf8948a486a10f6ba1e2026c34",
- "_spec": "resolve@^1.10.0",
- "_where": "D:\\公司项目\\wms\\node_modules\\normalize-package-data",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bin": {
- "resolve": "bin/resolve"
- },
- "bugs": {
- "url": "https://github.com/browserify/resolve/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "is-core-module": "^2.13.0",
- "path-parse": "^1.0.7",
- "supports-preserve-symlinks-flag": "^1.0.0"
- },
- "deprecated": false,
- "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
- "devDependencies": {
- "@ljharb/eslint-config": "^21.1.0",
- "array.prototype.map": "^1.0.5",
- "aud": "^2.0.3",
- "copy-dir": "^1.3.0",
- "eclint": "^2.8.1",
- "eslint": "=8.8.0",
- "in-publish": "^2.0.1",
- "mkdirp": "^0.5.5",
- "mv": "^2.1.1",
- "npmignore": "^0.3.0",
- "object-keys": "^1.1.1",
- "rimraf": "^2.7.1",
- "safe-publish-latest": "^2.0.0",
- "semver": "^6.3.1",
- "tap": "0.4.13",
- "tape": "^5.6.6",
- "tmp": "^0.0.31"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- },
- "homepage": "https://github.com/browserify/resolve#readme",
- "keywords": [
- "resolve",
- "require",
- "node",
- "module"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "resolve",
- "publishConfig": {
- "ignore": [
- ".github/workflows",
- "appveyor.yml"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/browserify/resolve.git"
- },
- "scripts": {
- "lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
- "posttest": "npm run test:multirepo && aud --production",
- "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
- "prepack": "npmignore --auto --commentLines=autogenerated && cp node_modules/is-core-module/core.json ./lib/ ||:",
- "prepublish": "not-in-publish || npm run prepublishOnly",
- "prepublishOnly": "safe-publish-latest",
- "pretest": "npm run lint",
- "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
- "test": "npm run --silent tests-only",
- "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
- "tests-only": "tape test/*.js"
- },
- "version": "1.22.4"
- }
|