work.suroh.tk/node_modules/junk/package.json

70 lines
1.5 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "junk@^1.0.1",
"_id": "junk@1.0.3",
"_inBundle": false,
"_integrity": "sha1-h75jSIZJy9ym9Tqzm+yczSNH9ZI=",
"_location": "/junk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "junk@^1.0.1",
"name": "junk",
"escapedName": "junk",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/recursive-copy"
],
"_resolved": "https://registry.npmjs.org/junk/-/junk-1.0.3.tgz",
"_shasum": "87be63488649cbdca6f53ab39bec9ccd2347f592",
"_spec": "junk@^1.0.1",
"_where": "/home/suroh/Repos/11ty.work/node_modules/recursive-copy",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/junk/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Filter out OS junk files like .DS_Store and Thumbs.db",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/junk#readme",
"keywords": [
"junk",
"trash",
"garbage",
"files",
"os",
"ignore",
"exclude",
"filter",
"temp",
"tmp"
],
"license": "MIT",
"name": "junk",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/junk.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.3"
}