forked from zhurui/management
73 lines
1.5 KiB
JSON
73 lines
1.5 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"tempfile@0.1.3",
|
||
|
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
|
||
|
]
|
||
|
],
|
||
|
"_from": "tempfile@0.1.3",
|
||
|
"_id": "tempfile@0.1.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-fWtxAEcznTn4RzJ6BW2t8YMQMBA=",
|
||
|
"_location": "/tempfile",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "tempfile@0.1.3",
|
||
|
"name": "tempfile",
|
||
|
"escapedName": "tempfile",
|
||
|
"rawSpec": "0.1.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "0.1.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/temp-write"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-0.1.3.tgz",
|
||
|
"_spec": "0.1.3",
|
||
|
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "http://sindresorhus.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/sindresorhus/tempfile/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"uuid": "~1.4.0"
|
||
|
},
|
||
|
"description": "Get a random temp file path",
|
||
|
"devDependencies": {
|
||
|
"mocha": "*"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/sindresorhus/tempfile#readme",
|
||
|
"keywords": [
|
||
|
"tmp",
|
||
|
"temp",
|
||
|
"temporary",
|
||
|
"tempfile",
|
||
|
"file",
|
||
|
"path",
|
||
|
"random",
|
||
|
"rand"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "tempfile",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/sindresorhus/tempfile.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"version": "0.1.3"
|
||
|
}
|