[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "npm-bundled@1.1.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "npm-bundled@1.1.2",
|
---|
| 10 | "_id": "npm-bundled@1.1.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==",
|
---|
| 13 | "_location": "/npm-bundled",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "npm-bundled@1.1.2",
|
---|
| 19 | "name": "npm-bundled",
|
---|
| 20 | "escapedName": "npm-bundled",
|
---|
| 21 | "rawSpec": "1.1.2",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.1.2"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/@npmcli/installed-package-contents",
|
---|
| 27 | "/npm-packlist"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz",
|
---|
| 30 | "_spec": "1.1.2",
|
---|
| 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": "http://blog.izs.me/"
|
---|
| 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/npm/npm-bundled/issues"
|
---|
| 39 | },
|
---|
| 40 | "dependencies": {
|
---|
| 41 | "npm-normalize-package-bin": "^1.0.1"
|
---|
| 42 | },
|
---|
| 43 | "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",
|
---|
[6a3a178] | 44 | "devDependencies": {
|
---|
| 45 | "mkdirp": "^0.5.1",
|
---|
| 46 | "mutate-fs": "^1.1.0",
|
---|
| 47 | "rimraf": "^2.6.1",
|
---|
| 48 | "tap": "^12.0.1"
|
---|
| 49 | },
|
---|
| 50 | "files": [
|
---|
| 51 | "index.js"
|
---|
| 52 | ],
|
---|
[59329aa] | 53 | "homepage": "https://github.com/npm/npm-bundled#readme",
|
---|
| 54 | "license": "ISC",
|
---|
| 55 | "main": "index.js",
|
---|
| 56 | "name": "npm-bundled",
|
---|
| 57 | "repository": {
|
---|
| 58 | "type": "git",
|
---|
| 59 | "url": "git+https://github.com/npm/npm-bundled.git"
|
---|
| 60 | },
|
---|
| 61 | "scripts": {
|
---|
| 62 | "postpublish": "git push origin --all; git push origin --tags",
|
---|
| 63 | "postversion": "npm publish",
|
---|
| 64 | "preversion": "npm test",
|
---|
| 65 | "test": "tap test/*.js -J --100"
|
---|
| 66 | },
|
---|
| 67 | "version": "1.1.2"
|
---|
[6a3a178] | 68 | }
|
---|