[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "npm-packlist@2.2.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "npm-packlist@2.2.2",
|
---|
| 10 | "_id": "npm-packlist@2.2.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==",
|
---|
| 13 | "_location": "/npm-packlist",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "npm-packlist@2.2.2",
|
---|
| 19 | "name": "npm-packlist",
|
---|
| 20 | "escapedName": "npm-packlist",
|
---|
| 21 | "rawSpec": "2.2.2",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "2.2.2"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/pacote"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.2.tgz",
|
---|
| 29 | "_spec": "2.2.2",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Isaac Z. Schlueter",
|
---|
| 33 | "email": "i@izs.me",
|
---|
| 34 | "url": "http://blog.izs.me/"
|
---|
| 35 | },
|
---|
| 36 | "bin": {
|
---|
| 37 | "npm-packlist": "bin/index.js"
|
---|
| 38 | },
|
---|
| 39 | "bugs": {
|
---|
| 40 | "url": "https://github.com/npm/npm-packlist/issues"
|
---|
[6a3a178] | 41 | },
|
---|
| 42 | "dependencies": {
|
---|
| 43 | "glob": "^7.1.6",
|
---|
| 44 | "ignore-walk": "^3.0.3",
|
---|
| 45 | "npm-bundled": "^1.1.1",
|
---|
| 46 | "npm-normalize-package-bin": "^1.0.1"
|
---|
| 47 | },
|
---|
[59329aa] | 48 | "description": "Get a list of the files to add from a folder into an npm package",
|
---|
[6a3a178] | 49 | "devDependencies": {
|
---|
| 50 | "eslint": "^7.25.0",
|
---|
| 51 | "eslint-plugin-import": "^2.22.1",
|
---|
| 52 | "eslint-plugin-node": "^11.1.0",
|
---|
| 53 | "eslint-plugin-promise": "^5.1.0",
|
---|
| 54 | "eslint-plugin-standard": "^5.0.0",
|
---|
| 55 | "mutate-fs": "^2.1.1",
|
---|
| 56 | "tap": "^15.0.6"
|
---|
| 57 | },
|
---|
[59329aa] | 58 | "directories": {
|
---|
| 59 | "test": "test"
|
---|
[6a3a178] | 60 | },
|
---|
[59329aa] | 61 | "engines": {
|
---|
| 62 | "node": ">=10"
|
---|
| 63 | },
|
---|
| 64 | "files": [
|
---|
| 65 | "bin/index.js",
|
---|
| 66 | "index.js"
|
---|
| 67 | ],
|
---|
| 68 | "homepage": "https://github.com/npm/npm-packlist#readme",
|
---|
| 69 | "license": "ISC",
|
---|
| 70 | "main": "index.js",
|
---|
| 71 | "name": "npm-packlist",
|
---|
[6a3a178] | 72 | "repository": {
|
---|
| 73 | "type": "git",
|
---|
| 74 | "url": "git+https://github.com/npm/npm-packlist.git"
|
---|
| 75 | },
|
---|
[59329aa] | 76 | "scripts": {
|
---|
| 77 | "eslint": "eslint",
|
---|
| 78 | "lint": "npm run eslint -- index.js bin/index.js \"test/**/*.js\"",
|
---|
| 79 | "lintfix": "npm run lint -- --fix",
|
---|
| 80 | "postsnap": "npm run lintfix",
|
---|
| 81 | "posttest": "npm run lint",
|
---|
| 82 | "postversion": "npm publish",
|
---|
| 83 | "prepublishOnly": "git push origin --follow-tags",
|
---|
| 84 | "preversion": "npm test",
|
---|
| 85 | "snap": "tap",
|
---|
| 86 | "test": "tap"
|
---|
| 87 | },
|
---|
[6a3a178] | 88 | "tap": {
|
---|
| 89 | "test-env": [
|
---|
| 90 | "LC_ALL=sk"
|
---|
| 91 | ],
|
---|
| 92 | "check-coverage": true,
|
---|
| 93 | "nyc-arg": [
|
---|
| 94 | "--include=index.js",
|
---|
| 95 | "--include=bin/index.js"
|
---|
| 96 | ]
|
---|
| 97 | },
|
---|
[59329aa] | 98 | "version": "2.2.2"
|
---|
[6a3a178] | 99 | }
|
---|