Initial commit
This commit is contained in:
28
node_modules/npm-packlist/package.json
generated
vendored
Normal file
28
node_modules/npm-packlist/package.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "npm-packlist",
|
||||
"version": "1.1.11",
|
||||
"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"
|
||||
},
|
||||
"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": "^12.0.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/npm/npm-packlist.git"
|
||||
},
|
||||
"homepage": "https://www.npmjs.com/package/npm-packlist"
|
||||
}
|
||||
Reference in New Issue
Block a user