Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
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.

108 lines
2.7 KiB

  1. {
  2. "_from": "cross-spawn@^6.0.0",
  3. "_id": "cross-spawn@6.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
  6. "_location": "/cross-spawn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cross-spawn@^6.0.0",
  12. "name": "cross-spawn",
  13. "escapedName": "cross-spawn",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/execa",
  20. "/os-locale/execa"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
  23. "_shasum": "4a5ec7c64dfae22c3a14124dbacdee846d80cbc4",
  24. "_spec": "cross-spawn@^6.0.0",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/execa",
  26. "author": {
  27. "name": "André Cruz",
  28. "email": "andre@moxy.studio"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/moxystudio/node-cross-spawn/issues"
  32. },
  33. "bundleDependencies": false,
  34. "commitlint": {
  35. "extends": [
  36. "@commitlint/config-conventional"
  37. ]
  38. },
  39. "dependencies": {
  40. "nice-try": "^1.0.4",
  41. "path-key": "^2.0.1",
  42. "semver": "^5.5.0",
  43. "shebang-command": "^1.2.0",
  44. "which": "^1.2.9"
  45. },
  46. "deprecated": false,
  47. "description": "Cross platform child_process#spawn and child_process#spawnSync",
  48. "devDependencies": {
  49. "@commitlint/cli": "^6.0.0",
  50. "@commitlint/config-conventional": "^6.0.2",
  51. "babel-core": "^6.26.0",
  52. "babel-jest": "^22.1.0",
  53. "babel-preset-moxy": "^2.2.1",
  54. "eslint": "^4.3.0",
  55. "eslint-config-moxy": "^5.0.0",
  56. "husky": "^0.14.3",
  57. "jest": "^22.0.0",
  58. "lint-staged": "^7.0.0",
  59. "mkdirp": "^0.5.1",
  60. "regenerator-runtime": "^0.11.1",
  61. "rimraf": "^2.6.2",
  62. "standard-version": "^4.2.0"
  63. },
  64. "engines": {
  65. "node": ">=4.8"
  66. },
  67. "files": [
  68. "lib"
  69. ],
  70. "homepage": "https://github.com/moxystudio/node-cross-spawn",
  71. "keywords": [
  72. "spawn",
  73. "spawnSync",
  74. "windows",
  75. "cross-platform",
  76. "path-ext",
  77. "shebang",
  78. "cmd",
  79. "execute"
  80. ],
  81. "license": "MIT",
  82. "lint-staged": {
  83. "*.js": [
  84. "eslint --fix",
  85. "git add"
  86. ]
  87. },
  88. "main": "index.js",
  89. "name": "cross-spawn",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
  93. },
  94. "scripts": {
  95. "commitmsg": "commitlint -e $GIT_PARAMS",
  96. "lint": "eslint .",
  97. "precommit": "lint-staged",
  98. "prerelease": "npm t && npm run lint",
  99. "release": "standard-version",
  100. "test": "jest --env node --coverage"
  101. },
  102. "standard-version": {
  103. "scripts": {
  104. "posttag": "git push --follow-tags origin master && npm publish"
  105. }
  106. },
  107. "version": "6.0.5"
  108. }