mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 22:39:26 +01:00
93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
|
"// 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.",
|
|
"_args": [
|
|
[
|
|
"cross-env@7.0.2",
|
|
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "cross-env@7.0.2",
|
|
"_id": "cross-env@7.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==",
|
|
"_location": "/cross-env",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "cross-env@7.0.2",
|
|
"name": "cross-env",
|
|
"escapedName": "cross-env",
|
|
"rawSpec": "7.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.2.tgz",
|
|
"_spec": "7.0.2",
|
|
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.1"
|
|
},
|
|
"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"
|
|
}
|