You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

102 lines
2.4 KiB

{
"_args": [
[
"filenamify@^1.0.1",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/download"
]
],
"_from": "filenamify@>=1.0.1 <2.0.0",
"_id": "filenamify@1.2.1",
"_inCache": true,
"_installable": true,
"_location": "/filenamify",
"_nodeVersion": "4.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/filenamify-1.2.1.tgz_1460042950766_0.10711343213915825"
},
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "3.8.5",
"_phantomChildren": {},
"_requested": {
"name": "filenamify",
"raw": "filenamify@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/download"
],
"_resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz",
"_shasum": "a9f2ffd11c503bed300015029272378f1f1365a5",
"_shrinkwrap": null,
"_spec": "filenamify@^1.0.1",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/download",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/filenamify/issues"
},
"dependencies": {
"filename-reserved-regex": "^1.0.0",
"strip-outer": "^1.0.0",
"trim-repeated": "^1.0.0"
},
"description": "Convert a string to a valid safe filename",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "a9f2ffd11c503bed300015029272378f1f1365a5",
"tarball": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "b1286ebb2eb8c2440778cb2326c356cd66995829",
"homepage": "https://github.com/sindresorhus/filenamify#readme",
"keywords": [
"filename",
"safe",
"sanitize",
"file",
"name",
"string",
"path",
"filepath",
"convert",
"valid",
"dirname"
],
"license": "MIT",
"maintainers": [
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"name": "filenamify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/filenamify.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.2.1"
}