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.
99 lines
2.3 KiB
99 lines
2.3 KiB
{ |
|
"_args": [ |
|
[ |
|
"tempfile@^2.0.0", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/exec-buffer" |
|
] |
|
], |
|
"_from": "tempfile@>=2.0.0 <3.0.0", |
|
"_id": "tempfile@2.0.0", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/tempfile", |
|
"_nodeVersion": "4.7.3", |
|
"_npmOperationalInternal": { |
|
"host": "packages-12-west.internal.npmjs.com", |
|
"tmp": "tmp/tempfile-2.0.0.tgz_1490717520736_0.8753022798337042" |
|
}, |
|
"_npmUser": { |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
}, |
|
"_npmVersion": "2.15.11", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "tempfile", |
|
"raw": "tempfile@^2.0.0", |
|
"rawSpec": "^2.0.0", |
|
"scope": null, |
|
"spec": ">=2.0.0 <3.0.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/exec-buffer" |
|
], |
|
"_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz", |
|
"_shasum": "6b0446856a9b1114d1856ffcbe509cccb0977265", |
|
"_shrinkwrap": null, |
|
"_spec": "tempfile@^2.0.0", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/exec-buffer", |
|
"author": { |
|
"email": "sindresorhus@gmail.com", |
|
"name": "Sindre Sorhus", |
|
"url": "sindresorhus.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/sindresorhus/tempfile/issues" |
|
}, |
|
"dependencies": { |
|
"temp-dir": "^1.0.0", |
|
"uuid": "^3.0.1" |
|
}, |
|
"description": "Get a random temporary file path", |
|
"devDependencies": { |
|
"ava": "*", |
|
"xo": "*" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "6b0446856a9b1114d1856ffcbe509cccb0977265", |
|
"tarball": "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"gitHead": "fec4570a2dd5b0d5387968729615444d26b6f25f", |
|
"homepage": "https://github.com/sindresorhus/tempfile#readme", |
|
"keywords": [ |
|
"tmp", |
|
"temp", |
|
"temporary", |
|
"tempfile", |
|
"file", |
|
"path", |
|
"random", |
|
"rand", |
|
"uuid" |
|
], |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"email": "sindresorhus@gmail.com", |
|
"name": "sindresorhus" |
|
} |
|
], |
|
"name": "tempfile", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/sindresorhus/tempfile.git" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"version": "2.0.0" |
|
}
|
|
|