{ "_args": [ [ "npm-packlist@3.0.0", "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui" ] ], "_development": true, "_from": "npm-packlist@3.0.0", "_id": "npm-packlist@3.0.0", "_inBundle": false, "_integrity": "sha512-L/cbzmutAwII5glUcf2DBRNY/d0TFd4e/FnaZigJV6JD85RHZXJFGwCndjMWiiViiWSsWt3tiOLpI3ByTnIdFQ==", "_location": "/npm-packlist", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "npm-packlist@3.0.0", "name": "npm-packlist", "escapedName": "npm-packlist", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "/pacote" ], "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-3.0.0.tgz", "_spec": "3.0.0", "_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui", "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": "^4.0.1", "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": { "@npmcli/lint": "^1.0.2", "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 npmclilint -- \"*.*js\" \"test/**/*.*js\"", "lintfix": "npm run lint -- --fix", "npmclilint": "npmcli-lint", "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": "3.0.0" }