You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.4 KiB
92 lines
2.4 KiB
{
|
|
"// babel 1": "this disables all built-in plugins from kcd-scripts for tests",
|
|
"// babel 2": "that way we ensure that the tests run without compilation",
|
|
"// babel 3": "because this module is published as-is. It is not compiled.",
|
|
"_from": "cross-env",
|
|
"_id": "cross-env@7.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==",
|
|
"_location": "/cross-env",
|
|
"_phantomChildren": {
|
|
"isexe": "2.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "cross-env",
|
|
"name": "cross-env",
|
|
"escapedName": "cross-env",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.2.tgz",
|
|
"_shasum": "bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9",
|
|
"_spec": "cross-env",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board",
|
|
"author": {
|
|
"name": "Kent C. Dodds",
|
|
"email": "me@kentcdodds.com",
|
|
"url": "https://kentcdodds.com"
|
|
},
|
|
"babel": {},
|
|
"bin": {
|
|
"cross-env": "src/bin/cross-env.js",
|
|
"cross-env-shell": "src/bin/cross-env-shell.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kentcdodds/cross-env/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Run scripts that set and use environment variables across platforms",
|
|
"devDependencies": {
|
|
"kcd-scripts": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.14",
|
|
"npm": ">=6",
|
|
"yarn": ">=1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "./node_modules/kcd-scripts/eslint.js"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"!__tests__"
|
|
],
|
|
"homepage": "https://github.com/kentcdodds/cross-env#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "kcd-scripts pre-commit"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"cross-environment",
|
|
"environment variable",
|
|
"windows"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"name": "cross-env",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kentcdodds/cross-env.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "kcd-scripts lint",
|
|
"setup": "npm install && npm run validate -s",
|
|
"test": "kcd-scripts test",
|
|
"test:update": "npm test -- --updateSnapshot --coverage",
|
|
"validate": "kcd-scripts validate"
|
|
},
|
|
"version": "7.0.2"
|
|
}
|