[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "npm-normalize-package-bin@1.0.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "npm-normalize-package-bin@1.0.1",
|
---|
| 10 | "_id": "npm-normalize-package-bin@1.0.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==",
|
---|
| 13 | "_location": "/npm-normalize-package-bin",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "npm-normalize-package-bin@1.0.1",
|
---|
| 19 | "name": "npm-normalize-package-bin",
|
---|
| 20 | "escapedName": "npm-normalize-package-bin",
|
---|
| 21 | "rawSpec": "1.0.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.0.1"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/@npmcli/installed-package-contents",
|
---|
| 27 | "/npm-bundled",
|
---|
| 28 | "/npm-packlist",
|
---|
| 29 | "/npm-pick-manifest",
|
---|
| 30 | "/read-package-json-fast"
|
---|
| 31 | ],
|
---|
| 32 | "_resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz",
|
---|
| 33 | "_spec": "1.0.1",
|
---|
| 34 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 35 | "author": {
|
---|
| 36 | "name": "Isaac Z. Schlueter",
|
---|
| 37 | "email": "i@izs.me",
|
---|
| 38 | "url": "https://izs.me"
|
---|
| 39 | },
|
---|
| 40 | "bugs": {
|
---|
| 41 | "url": "https://github.com/npm/npm-normalize-package-bin/issues"
|
---|
| 42 | },
|
---|
[6a3a178] | 43 | "description": "Turn any flavor of allowable package.json bin into a normalized object",
|
---|
[59329aa] | 44 | "devDependencies": {
|
---|
| 45 | "tap": "^14.10.2"
|
---|
| 46 | },
|
---|
| 47 | "homepage": "https://github.com/npm/npm-normalize-package-bin#readme",
|
---|
[6a3a178] | 48 | "license": "ISC",
|
---|
[59329aa] | 49 | "name": "npm-normalize-package-bin",
|
---|
| 50 | "repository": {
|
---|
| 51 | "type": "git",
|
---|
| 52 | "url": "git+https://github.com/npm/npm-normalize-package-bin.git"
|
---|
| 53 | },
|
---|
[6a3a178] | 54 | "scripts": {
|
---|
[59329aa] | 55 | "postpublish": "git push origin --follow-tags",
|
---|
[6a3a178] | 56 | "postversion": "npm publish",
|
---|
[59329aa] | 57 | "preversion": "npm test",
|
---|
| 58 | "snap": "tap",
|
---|
| 59 | "test": "tap"
|
---|
[6a3a178] | 60 | },
|
---|
| 61 | "tap": {
|
---|
| 62 | "check-coverage": true
|
---|
| 63 | },
|
---|
[59329aa] | 64 | "version": "1.0.1"
|
---|
[6a3a178] | 65 | }
|
---|