123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "tmp@0.1.0",
- "_id": "tmp@0.1.0",
- "_inBundle": false,
- "_integrity": "sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==",
- "_location": "/tmp",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "tmp@0.1.0",
- "name": "tmp",
- "escapedName": "tmp",
- "rawSpec": "0.1.0",
- "saveSpec": null,
- "fetchSpec": "0.1.0"
- },
- "_requiredBy": [
- "/create-react-app"
- ],
- "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz",
- "_shasum": "ee434a4e22543082e294ba6201dcc6eafefa2877",
- "_spec": "tmp@0.1.0",
- "_where": "E:\\a-level\\project_js2\\node_modules\\create-react-app",
- "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"
- }
|