package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "// babel 1": "this disables all built-in plugins from kcd-scripts for tests",
  3. "// babel 2": "that way we ensure that the tests run without compilation",
  4. "// babel 3": "because this module is published as-is. It is not compiled.",
  5. "_from": "cross-env@^7.0.3",
  6. "_id": "cross-env@7.0.3",
  7. "_inBundle": false,
  8. "_integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==",
  9. "_location": "/cross-env",
  10. "_phantomChildren": {},
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "cross-env@^7.0.3",
  15. "name": "cross-env",
  16. "escapedName": "cross-env",
  17. "rawSpec": "^7.0.3",
  18. "saveSpec": null,
  19. "fetchSpec": "^7.0.3"
  20. },
  21. "_requiredBy": [
  22. "/"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz",
  25. "_shasum": "865264b29677dc015ba8418918965dd232fc54cf",
  26. "_spec": "cross-env@^7.0.3",
  27. "_where": "H:\\gs_nuxt",
  28. "author": {
  29. "name": "Kent C. Dodds",
  30. "email": "me@kentcdodds.com",
  31. "url": "https://kentcdodds.com"
  32. },
  33. "babel": {},
  34. "bin": {
  35. "cross-env": "src/bin/cross-env.js",
  36. "cross-env-shell": "src/bin/cross-env-shell.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/kentcdodds/cross-env/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "cross-spawn": "^7.0.1"
  44. },
  45. "deprecated": false,
  46. "description": "Run scripts that set and use environment variables across platforms",
  47. "devDependencies": {
  48. "kcd-scripts": "^5.5.0"
  49. },
  50. "engines": {
  51. "node": ">=10.14",
  52. "npm": ">=6",
  53. "yarn": ">=1"
  54. },
  55. "eslintConfig": {
  56. "extends": "./node_modules/kcd-scripts/eslint.js"
  57. },
  58. "files": [
  59. "src",
  60. "!__tests__"
  61. ],
  62. "homepage": "https://github.com/kentcdodds/cross-env#readme",
  63. "keywords": [
  64. "cross-environment",
  65. "environment variable",
  66. "windows"
  67. ],
  68. "license": "MIT",
  69. "main": "src/index.js",
  70. "name": "cross-env",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/kentcdodds/cross-env.git"
  74. },
  75. "scripts": {
  76. "lint": "kcd-scripts lint",
  77. "setup": "npm install && npm run validate -s",
  78. "test": "kcd-scripts test",
  79. "test:update": "npm test -- --updateSnapshot --coverage",
  80. "validate": "kcd-scripts validate"
  81. },
  82. "version": "7.0.3"
  83. }