mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"_from": "tmp",
|
|
"_id": "tmp@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==",
|
|
"_location": "/tmp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "tmp",
|
|
"name": "tmp",
|
|
"escapedName": "tmp",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz",
|
|
"_shasum": "ee434a4e22543082e294ba6201dcc6eafefa2877",
|
|
"_spec": "tmp",
|
|
"_where": "/Users/Ibrahim/Desktop/test2",
|
|
"author": {
|
|
"name": "KARASZI István",
|
|
"email": "github@spam.raszi.hu",
|
|
"url": "http://raszi.hu/"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/raszi/node-tmp/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"rimraf": "^2.6.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Temporary file and directory creator",
|
|
"devDependencies": {
|
|
"eslint": "^4.19.1",
|
|
"eslint-plugin-mocha": "^5.0.0",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^5.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"homepage": "http://github.com/raszi/node-tmp",
|
|
"keywords": [
|
|
"temporary",
|
|
"tmp",
|
|
"temp",
|
|
"tempdir",
|
|
"tempfile",
|
|
"tmpdir",
|
|
"tmpfile"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/tmp.js",
|
|
"name": "tmp",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/raszi/node-tmp.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -Rf ./coverage",
|
|
"doc": "jsdoc -c .jsdoc.json",
|
|
"lint": "eslint lib --env mocha test",
|
|
"test": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|