[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "@npmcli/installed-package-contents@1.0.7",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "@npmcli/installed-package-contents@1.0.7",
|
---|
| 10 | "_id": "@npmcli/installed-package-contents@1.0.7",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==",
|
---|
| 13 | "_location": "/@npmcli/installed-package-contents",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "@npmcli/installed-package-contents@1.0.7",
|
---|
| 19 | "name": "@npmcli/installed-package-contents",
|
---|
| 20 | "escapedName": "@npmcli%2finstalled-package-contents",
|
---|
| 21 | "scope": "@npmcli",
|
---|
| 22 | "rawSpec": "1.0.7",
|
---|
| 23 | "saveSpec": null,
|
---|
| 24 | "fetchSpec": "1.0.7"
|
---|
| 25 | },
|
---|
| 26 | "_requiredBy": [
|
---|
| 27 | "/pacote"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz",
|
---|
| 30 | "_spec": "1.0.7",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 32 | "author": {
|
---|
| 33 | "name": "Isaac Z. Schlueter",
|
---|
| 34 | "email": "i@izs.me",
|
---|
| 35 | "url": "https://izs.me"
|
---|
| 36 | },
|
---|
[6a3a178] | 37 | "bin": {
|
---|
| 38 | "installed-package-contents": "index.js"
|
---|
| 39 | },
|
---|
[59329aa] | 40 | "bugs": {
|
---|
| 41 | "url": "https://github.com/npm/installed-package-contents/issues"
|
---|
[6a3a178] | 42 | },
|
---|
[59329aa] | 43 | "dependencies": {
|
---|
| 44 | "npm-bundled": "^1.1.1",
|
---|
| 45 | "npm-normalize-package-bin": "^1.0.1"
|
---|
[6a3a178] | 46 | },
|
---|
[59329aa] | 47 | "description": "Get the list of files installed in a package in node_modules, including bundled dependencies",
|
---|
[6a3a178] | 48 | "devDependencies": {
|
---|
| 49 | "require-inject": "^1.4.4",
|
---|
| 50 | "tap": "^14.11.0"
|
---|
| 51 | },
|
---|
[59329aa] | 52 | "engines": {
|
---|
| 53 | "node": ">= 10"
|
---|
[6a3a178] | 54 | },
|
---|
| 55 | "files": [
|
---|
| 56 | "index.js"
|
---|
| 57 | ],
|
---|
[59329aa] | 58 | "homepage": "https://github.com/npm/installed-package-contents#readme",
|
---|
| 59 | "license": "ISC",
|
---|
| 60 | "main": "index.js",
|
---|
| 61 | "name": "@npmcli/installed-package-contents",
|
---|
| 62 | "repository": {
|
---|
| 63 | "type": "git",
|
---|
| 64 | "url": "git+https://github.com/npm/installed-package-contents.git"
|
---|
| 65 | },
|
---|
| 66 | "scripts": {
|
---|
| 67 | "postpublish": "git push origin --follow-tags",
|
---|
| 68 | "postversion": "npm publish",
|
---|
| 69 | "preversion": "npm test",
|
---|
| 70 | "snap": "tap",
|
---|
| 71 | "test": "tap"
|
---|
| 72 | },
|
---|
| 73 | "tap": {
|
---|
| 74 | "check-coverage": true,
|
---|
| 75 | "color": true
|
---|
| 76 | },
|
---|
| 77 | "version": "1.0.7"
|
---|
[6a3a178] | 78 | }
|
---|