mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"_from": "npm-packlist@^1.1.12",
|
|
"_id": "npm-packlist@1.4.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-zTLo8UcVYtDU3gdeaFu2Xu0n0EvelfHDGuqtNIn5RO7yQj4H1TqNdBc/yZjxnWA0PVB8D3Woyp0i5B43JwQ6Vw==",
|
|
"_location": "/npm-packlist",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "npm-packlist@^1.1.12",
|
|
"name": "npm-packlist",
|
|
"escapedName": "npm-packlist",
|
|
"rawSpec": "^1.1.12",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.12"
|
|
},
|
|
"_requiredBy": [
|
|
"/pacote"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.4.tgz",
|
|
"_shasum": "866224233850ac534b63d1a6e76050092b5d2f44",
|
|
"_spec": "npm-packlist@^1.1.12",
|
|
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/pacote",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/npm-packlist/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ignore-walk": "^3.0.1",
|
|
"npm-bundled": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get a list of the files to add from a folder into an npm package",
|
|
"devDependencies": {
|
|
"mkdirp": "^0.5.1",
|
|
"rimraf": "^2.6.1",
|
|
"tap": "^14.2.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://www.npmjs.com/package/npm-packlist",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "npm-packlist",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/npm-packlist.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --follow-tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"snap": "tap",
|
|
"test": "tap"
|
|
},
|
|
"version": "1.4.4"
|
|
}
|