Files
menui_backend/node_modules/npm-packlist/package.json
2020-08-20 20:27:14 +02:00

49 lines
1.2 KiB
JSON

{
"name": "npm-packlist",
"version": "1.4.8",
"publishConfig": {
"tag": "legacy-v1"
},
"description": "Get a list of the files to add from a folder into an npm package",
"directories": {
"test": "test"
},
"main": "index.js",
"dependencies": {
"ignore-walk": "^3.0.1",
"npm-bundled": "^1.0.1",
"npm-normalize-package-bin": "^1.0.1"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"files": [
"index.js"
],
"devDependencies": {
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
"tap": "^14.6.9"
},
"scripts": {
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-packlist.git"
},
"bugs": {
"url": "https://github.com/npm/npm-packlist/issues"
},
"homepage": "https://www.npmjs.com/package/npm-packlist",
"tap": {
"jobs": 1
}
,"_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.8.tgz"
,"_integrity": "sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A=="
,"_from": "npm-packlist@1.4.8"
}