73 lines
1.4 KiB
JSON
Raw Normal View History

2019-11-26 14:50:43 -08:00
{
"_args": [
[
"junk@1.0.3",
"/Users/tatiana/selfdefined"
]
],
"_from": "junk@1.0.3",
"_id": "junk@1.0.3",
"_inBundle": false,
"_integrity": "sha1-h75jSIZJy9ym9Tqzm+yczSNH9ZI=",
"_location": "/junk",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "junk@1.0.3",
"name": "junk",
"escapedName": "junk",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/recursive-copy"
],
"_resolved": "https://registry.npmjs.org/junk/-/junk-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "/Users/tatiana/selfdefined",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/junk/issues"
},
"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"
}