[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "require-main-filename@2.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "require-main-filename@2.0.0",
|
---|
| 10 | "_id": "require-main-filename@2.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
|
---|
| 13 | "_location": "/require-main-filename",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "require-main-filename@2.0.0",
|
---|
| 19 | "name": "require-main-filename",
|
---|
| 20 | "escapedName": "require-main-filename",
|
---|
| 21 | "rawSpec": "2.0.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "2.0.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/webpack-dev-server/yargs"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
|
---|
| 29 | "_spec": "2.0.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Ben Coe",
|
---|
| 33 | "email": "ben@npmjs.com"
|
---|
| 34 | },
|
---|
[6a3a178] | 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/yargs/require-main-filename/issues"
|
---|
| 37 | },
|
---|
[59329aa] | 38 | "description": "shim for require.main.filename() that works in as many environments as possible",
|
---|
[6a3a178] | 39 | "devDependencies": {
|
---|
| 40 | "chai": "^4.0.0",
|
---|
| 41 | "standard": "^10.0.3",
|
---|
| 42 | "standard-version": "^4.0.0",
|
---|
| 43 | "tap": "^11.0.0"
|
---|
[59329aa] | 44 | },
|
---|
| 45 | "files": [
|
---|
| 46 | "index.js"
|
---|
| 47 | ],
|
---|
| 48 | "homepage": "https://github.com/yargs/require-main-filename#readme",
|
---|
| 49 | "keywords": [
|
---|
| 50 | "require",
|
---|
| 51 | "shim",
|
---|
| 52 | "iisnode"
|
---|
| 53 | ],
|
---|
| 54 | "license": "ISC",
|
---|
| 55 | "main": "index.js",
|
---|
| 56 | "name": "require-main-filename",
|
---|
| 57 | "repository": {
|
---|
| 58 | "type": "git",
|
---|
| 59 | "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
|
---|
| 60 | },
|
---|
| 61 | "scripts": {
|
---|
| 62 | "pretest": "standard",
|
---|
| 63 | "release": "standard-version",
|
---|
| 64 | "test": "tap --coverage test.js"
|
---|
| 65 | },
|
---|
| 66 | "version": "2.0.0"
|
---|
[6a3a178] | 67 | }
|
---|