File: D:/HostingSpaces/ZelfVerkopen/zelfverkopen.nl/node_modules/cross-env/package.json
{
"_args": [
[
"cross-env@5.1.3",
"/Users/mike/Webdevelopment/Zelfverkopen"
]
],
"_development": true,
"_from": "cross-env@5.1.3",
"_id": "cross-env@5.1.3",
"_inBundle": false,
"_integrity": "sha512-UOokgwvDzCT0mqRSLEkJzUhYXB1vK3E5UgDrD41QiXsm9UetcW2rCGHYz/O3p873lMJ1VZbFCF9Izkwh7nYR5A==",
"_location": "/cross-env",
"_phantomChildren": {
"pseudomap": "1.0.2",
"shebang-command": "1.2.0",
"which": "1.3.0",
"yallist": "2.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "cross-env@5.1.3",
"name": "cross-env",
"escapedName": "cross-env",
"rawSpec": "5.1.3",
"saveSpec": null,
"fetchSpec": "5.1.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.3.tgz",
"_spec": "5.1.3",
"_where": "/Users/mike/Webdevelopment/Zelfverkopen",
"author": {
"name": "Kent C. Dodds",
"email": "kent@doddsfamily.us",
"url": "http://kentcdodds.com/"
},
"bin": {
"cross-env": "dist/bin/cross-env.js",
"cross-env-shell": "dist/bin/cross-env-shell.js"
},
"bugs": {
"url": "https://github.com/kentcdodds/cross-env/issues"
},
"dependencies": {
"cross-spawn": "^5.1.0",
"is-windows": "^1.0.0"
},
"description": "Run scripts that set and use environment variables across platforms",
"devDependencies": {
"kcd-scripts": "^0.3.4"
},
"engines": {
"node": ">=4.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"files": [
"dist"
],
"homepage": "https://github.com/kentcdodds/cross-env#readme",
"keywords": [
"cross-environment",
"environment variable",
"windows"
],
"license": "MIT",
"main": "dist/index.js",
"name": "cross-env",
"repository": {
"type": "git",
"url": "git+https://github.com/kentcdodds/cross-env.git"
},
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"precommit": "kcd-scripts precommit",
"test": "kcd-scripts test",
"test:update": "npm test -- --updateSnapshot --coverage",
"validate": "kcd-scripts validate"
},
"version": "5.1.3"
}