[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "supports-preserve-symlinks-flag@^1.0.0",
|
---|
| 3 | "_id": "supports-preserve-symlinks-flag@1.0.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
---|
| 6 | "_location": "/supports-preserve-symlinks-flag",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "supports-preserve-symlinks-flag@^1.0.0",
|
---|
| 12 | "name": "supports-preserve-symlinks-flag",
|
---|
| 13 | "escapedName": "supports-preserve-symlinks-flag",
|
---|
| 14 | "rawSpec": "^1.0.0",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.0.0"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/resolve"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
---|
| 22 | "_shasum": "6eda4bd344a3c94aea376d4cc31bc77311039e09",
|
---|
| 23 | "_spec": "supports-preserve-symlinks-flag@^1.0.0",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/resolve",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Jordan Harband",
|
---|
| 27 | "email": "ljharb@gmail.com"
|
---|
| 28 | },
|
---|
| 29 | "auto-changelog": {
|
---|
| 30 | "output": "CHANGELOG.md",
|
---|
| 31 | "template": "keepachangelog",
|
---|
| 32 | "unreleased": false,
|
---|
| 33 | "commitLimit": false,
|
---|
| 34 | "backfillLimit": false,
|
---|
| 35 | "hideCredit": true
|
---|
| 36 | },
|
---|
| 37 | "browser": "./browser.js",
|
---|
| 38 | "bugs": {
|
---|
| 39 | "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues"
|
---|
| 40 | },
|
---|
| 41 | "bundleDependencies": false,
|
---|
| 42 | "deprecated": false,
|
---|
| 43 | "description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
|
---|
| 44 | "devDependencies": {
|
---|
| 45 | "@ljharb/eslint-config": "^20.1.0",
|
---|
| 46 | "aud": "^1.1.5",
|
---|
| 47 | "auto-changelog": "^2.3.0",
|
---|
| 48 | "eslint": "^8.6.0",
|
---|
| 49 | "nyc": "^10.3.2",
|
---|
| 50 | "safe-publish-latest": "^2.0.0",
|
---|
| 51 | "semver": "^6.3.0",
|
---|
| 52 | "tape": "^5.4.0"
|
---|
| 53 | },
|
---|
| 54 | "engines": {
|
---|
| 55 | "node": ">= 0.4"
|
---|
| 56 | },
|
---|
| 57 | "exports": {
|
---|
| 58 | ".": [
|
---|
| 59 | {
|
---|
| 60 | "browser": "./browser.js",
|
---|
| 61 | "default": "./index.js"
|
---|
| 62 | },
|
---|
| 63 | "./index.js"
|
---|
| 64 | ],
|
---|
| 65 | "./package.json": "./package.json"
|
---|
| 66 | },
|
---|
| 67 | "funding": {
|
---|
| 68 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 69 | },
|
---|
| 70 | "homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",
|
---|
| 71 | "keywords": [
|
---|
| 72 | "node",
|
---|
| 73 | "flag",
|
---|
| 74 | "symlink",
|
---|
| 75 | "symlinks",
|
---|
| 76 | "preserve-symlinks"
|
---|
| 77 | ],
|
---|
| 78 | "license": "MIT",
|
---|
| 79 | "main": "./index.js",
|
---|
| 80 | "name": "supports-preserve-symlinks-flag",
|
---|
| 81 | "repository": {
|
---|
| 82 | "type": "git",
|
---|
| 83 | "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git"
|
---|
| 84 | },
|
---|
| 85 | "scripts": {
|
---|
| 86 | "lint": "eslint --ext=js,mjs .",
|
---|
| 87 | "posttest": "aud --production",
|
---|
| 88 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 89 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 90 | "prepublishOnly": "safe-publish-latest",
|
---|
| 91 | "pretest": "npm run lint",
|
---|
| 92 | "test": "npm run tests-only",
|
---|
| 93 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 94 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 95 | },
|
---|
| 96 | "sideEffects": false,
|
---|
| 97 | "version": "1.0.0"
|
---|
[d565449] | 98 | }
|
---|