{ "_args": [ [ "npm-packlist@2.2.2", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "npm-packlist@2.2.2", "_id": "npm-packlist@2.2.2", "_inBundle": false, "_integrity": "sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==", "_location": "/npm-packlist", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "npm-packlist@2.2.2", "name": "npm-packlist", "escapedName": "npm-packlist", "rawSpec": "2.2.2", "saveSpec": null, "fetchSpec": "2.2.2" }, "_requiredBy": [ "/pacote" ], "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.2.tgz", "_spec": "2.2.2", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "bin": { "npm-packlist": "bin/index.js" }, "bugs": { "url": "https://github.com/npm/npm-packlist/issues" }, "dependencies": { "glob": "^7.1.6", "ignore-walk": "^3.0.3", "npm-bundled": "^1.1.1", "npm-normalize-package-bin": "^1.0.1" }, "description": "Get a list of the files to add from a folder into an npm package", "devDependencies": { "eslint": "^7.25.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-standard": "^5.0.0", "mutate-fs": "^2.1.1", "tap": "^15.0.6" }, "directories": { "test": "test" }, "engines": { "node": ">=10" }, "files": [ "bin/index.js", "index.js" ], "homepage": "https://github.com/npm/npm-packlist#readme", "license": "ISC", "main": "index.js", "name": "npm-packlist", "repository": { "type": "git", "url": "git+https://github.com/npm/npm-packlist.git" }, "scripts": { "eslint": "eslint", "lint": "npm run eslint -- index.js bin/index.js \"test/**/*.js\"", "lintfix": "npm run lint -- --fix", "postsnap": "npm run lintfix", "posttest": "npm run lint", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "preversion": "npm test", "snap": "tap", "test": "tap" }, "tap": { "test-env": [ "LC_ALL=sk" ], "check-coverage": true, "nyc-arg": [ "--include=index.js", "--include=bin/index.js" ] }, "version": "2.2.2" }