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.

81 lines
2.2 KiB

  1. {
  2. "_from": "symbol-observable@^1.2.0",
  3. "_id": "symbol-observable@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==",
  6. "_location": "/symbol-observable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "symbol-observable@^1.2.0",
  12. "name": "symbol-observable",
  13. "escapedName": "symbol-observable",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@sindresorhus/is"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz",
  22. "_shasum": "c22688aed4eab3cdc2dfeacbb561660560a00804",
  23. "_spec": "symbol-observable@^1.2.0",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@sindresorhus/is",
  25. "author": {
  26. "name": "Ben Lesh",
  27. "email": "ben@benlesh.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/blesh/symbol-observable/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Symbol.observable ponyfill",
  35. "devDependencies": {
  36. "babel-cli": "^6.9.0",
  37. "babel-preset-es2015": "^6.9.0",
  38. "babel-preset-es3": "^1.0.0",
  39. "chai": "^3.5.0",
  40. "check-es3-syntax-cli": "^0.1.0",
  41. "mocha": "^2.4.5",
  42. "typescript": "^2.1.4"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js",
  49. "ponyfill.js",
  50. "index.d.ts",
  51. "es/index.js",
  52. "es/ponyfill/js",
  53. "lib/index.js",
  54. "lib/ponyfill.js"
  55. ],
  56. "homepage": "https://github.com/blesh/symbol-observable#readme",
  57. "jsnext:main": "es/index.js",
  58. "keywords": [
  59. "symbol",
  60. "observable",
  61. "observables",
  62. "ponyfill",
  63. "polyfill",
  64. "shim"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/index.js",
  68. "module": "es/index.js",
  69. "name": "symbol-observable",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/blesh/symbol-observable.git"
  73. },
  74. "scripts": {
  75. "build": "babel es --out-dir lib",
  76. "prepublish": "npm test",
  77. "test": "npm run build && mocha && tsc && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill"
  78. },
  79. "typings": "index.d.ts",
  80. "version": "1.2.0"
  81. }