Dashboard sipadu mbip
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.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "cross-env@^5.1",
  3. "_id": "cross-env@5.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1yHhtcfAd1r4nwQgknowuUNfIT9E8dOMMspC36g45dN+iD1blloi7xp8X/xAIDnjHWyt1uQ8PHk2fkNaym7soQ==",
  6. "_location": "/cross-env",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cross-env@^5.1",
  12. "name": "cross-env",
  13. "escapedName": "cross-env",
  14. "rawSpec": "^5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cross-env/-/cross-env-5.2.1.tgz",
  22. "_shasum": "b2c76c1ca7add66dc874d11798466094f551b34d",
  23. "_spec": "cross-env@^5.1",
  24. "_where": "/var/www/html/mdch.sipadu",
  25. "author": {
  26. "name": "Kent C. Dodds",
  27. "email": "kent@doddsfamily.us",
  28. "url": "http://kentcdodds.com/"
  29. },
  30. "bin": {
  31. "cross-env": "dist/bin/cross-env.js",
  32. "cross-env-shell": "dist/bin/cross-env-shell.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kentcdodds/cross-env/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "cross-spawn": "^6.0.5"
  40. },
  41. "deprecated": false,
  42. "description": "Run scripts that set and use environment variables across platforms",
  43. "devDependencies": {
  44. "kcd-scripts": "^0.3.4"
  45. },
  46. "engines": {
  47. "node": ">=4.0"
  48. },
  49. "eslintConfig": {
  50. "extends": "./node_modules/kcd-scripts/eslint.js"
  51. },
  52. "eslintIgnore": [
  53. "node_modules",
  54. "coverage",
  55. "dist"
  56. ],
  57. "files": [
  58. "dist"
  59. ],
  60. "homepage": "https://github.com/kentcdodds/cross-env#readme",
  61. "keywords": [
  62. "cross-environment",
  63. "environment variable",
  64. "windows"
  65. ],
  66. "license": "MIT",
  67. "main": "dist/index.js",
  68. "name": "cross-env",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/kentcdodds/cross-env.git"
  72. },
  73. "scripts": {
  74. "add-contributor": "kcd-scripts contributors add",
  75. "build": "kcd-scripts build",
  76. "lint": "kcd-scripts lint",
  77. "precommit": "kcd-scripts precommit",
  78. "test": "kcd-scripts test",
  79. "test:update": "npm test -- --updateSnapshot --coverage",
  80. "validate": "kcd-scripts validate"
  81. },
  82. "version": "5.2.1"
  83. }