You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.9 KiB
101 lines
2.9 KiB
{ |
|
"_args": [ |
|
[ |
|
"supports-preserve-symlinks-flag@1.0.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "supports-preserve-symlinks-flag@1.0.0", |
|
"_id": "supports-preserve-symlinks-flag@1.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", |
|
"_location": "/supports-preserve-symlinks-flag", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "supports-preserve-symlinks-flag@1.0.0", |
|
"name": "supports-preserve-symlinks-flag", |
|
"escapedName": "supports-preserve-symlinks-flag", |
|
"rawSpec": "1.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "1.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/resolve" |
|
], |
|
"_resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", |
|
"_spec": "1.0.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Jordan Harband", |
|
"email": "ljharb@gmail.com" |
|
}, |
|
"auto-changelog": { |
|
"output": "CHANGELOG.md", |
|
"template": "keepachangelog", |
|
"unreleased": false, |
|
"commitLimit": false, |
|
"backfillLimit": false, |
|
"hideCredit": true |
|
}, |
|
"browser": "./browser.js", |
|
"bugs": { |
|
"url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues" |
|
}, |
|
"description": "Determine if the current node version supports the `--preserve-symlinks` flag.", |
|
"devDependencies": { |
|
"@ljharb/eslint-config": "^20.1.0", |
|
"aud": "^1.1.5", |
|
"auto-changelog": "^2.3.0", |
|
"eslint": "^8.6.0", |
|
"nyc": "^10.3.2", |
|
"safe-publish-latest": "^2.0.0", |
|
"semver": "^6.3.0", |
|
"tape": "^5.4.0" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"exports": { |
|
".": [ |
|
{ |
|
"browser": "./browser.js", |
|
"default": "./index.js" |
|
}, |
|
"./index.js" |
|
], |
|
"./package.json": "./package.json" |
|
}, |
|
"funding": { |
|
"url": "https://github.com/sponsors/ljharb" |
|
}, |
|
"homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme", |
|
"keywords": [ |
|
"node", |
|
"flag", |
|
"symlink", |
|
"symlinks", |
|
"preserve-symlinks" |
|
], |
|
"license": "MIT", |
|
"main": "./index.js", |
|
"name": "supports-preserve-symlinks-flag", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git" |
|
}, |
|
"scripts": { |
|
"lint": "eslint --ext=js,mjs .", |
|
"posttest": "aud --production", |
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", |
|
"prepublish": "not-in-publish || npm run prepublishOnly", |
|
"prepublishOnly": "safe-publish-latest", |
|
"pretest": "npm run lint", |
|
"test": "npm run tests-only", |
|
"tests-only": "nyc tape 'test/**/*.js'", |
|
"version": "auto-changelog && git add CHANGELOG.md" |
|
}, |
|
"sideEffects": false, |
|
"version": "1.0.0" |
|
}
|
|
|