mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
83 lines
1.6 KiB
JSON
83 lines
1.6 KiB
JSON
{
|
|
"_from": "temp",
|
|
"_id": "temp@0.9.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-WMuOgiua1xb5R56lE0eH6ivpVmg/lq2OHm4+LtT/xtEtPQ+sz6N3bBM6WZ5FvO1lO4IKIOb43qnhoc4qxP5OeA==",
|
|
"_location": "/temp",
|
|
"_phantomChildren": {
|
|
"glob": "7.1.6"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "temp",
|
|
"name": "temp",
|
|
"escapedName": "temp",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/temp/-/temp-0.9.1.tgz",
|
|
"_shasum": "2d666114fafa26966cd4065996d7ceedd4dd4697",
|
|
"_spec": "temp",
|
|
"_where": "/Users/Ibrahim/Desktop/test2",
|
|
"author": {
|
|
"name": "Bruce Williams",
|
|
"email": "brwcodes@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bruce/node-temp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"rimraf": "~2.6.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Temporary files and directories",
|
|
"devDependencies": {
|
|
"mocha": "6.2.2"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/bruce/node-temp#readme",
|
|
"keywords": [
|
|
"temporary",
|
|
"tmp",
|
|
"temp",
|
|
"tempdir",
|
|
"tempfile",
|
|
"tmpdir",
|
|
"tmpfile"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/temp",
|
|
"name": "temp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/bruce/node-temp.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/temp-test.js"
|
|
},
|
|
"tags": [
|
|
"temporary",
|
|
"temp",
|
|
"tempfile",
|
|
"tempdir",
|
|
"tmpfile",
|
|
"tmpdir",
|
|
"security"
|
|
],
|
|
"version": "0.9.1"
|
|
}
|