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.

78 lines
2.4 KiB

  1. {
  2. "_from": "is-subset@^0.1.1",
  3. "_id": "is-subset@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=",
  6. "_location": "/is-subset",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-subset@^0.1.1",
  12. "name": "is-subset",
  13. "escapedName": "is-subset",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/conventional-commits-filter"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
  22. "_shasum": "8a59117d932de1de00f245fcdd39ce43f1e939a6",
  23. "_spec": "is-subset@^0.1.1",
  24. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/conventional-commits-filter",
  25. "author": {
  26. "name": "Tomek Wiszniewski",
  27. "email": "t.wiszniewski@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/studio-b12/is-subset/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Check if an object is contained within another one",
  36. "devDependencies": {
  37. "babel": "5.1.13",
  38. "coveralls": "2.11.2",
  39. "isparta": "3.0.3",
  40. "jshint": "2.7.0",
  41. "nodangel": "1.3.8",
  42. "tap-spec": "2.2.2",
  43. "tape-catch": "1.0.4"
  44. },
  45. "files": [
  46. "/*.js",
  47. "/module/",
  48. "/test/",
  49. "/Readme.md",
  50. "/License.md"
  51. ],
  52. "homepage": "https://github.com/studio-b12/is-subset#readme",
  53. "keywords": [
  54. "contains",
  55. "contain",
  56. "object",
  57. "superset",
  58. "deep-equal",
  59. "equal"
  60. ],
  61. "license": "MIT",
  62. "name": "is-subset",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/studio-b12/is-subset.git"
  66. },
  67. "scripts": {
  68. "build": "cd module && babel --out-dir ../ *.js",
  69. "clean": "git reset && echo '/node_modules/' > .gitignore && git add .gitignore && git stash save --include-untracked --keep-index '`npm run clean` trash can' && git clean --force -d && git reset --hard && echo '\nclean: Uncommitted and ignored files have been moved to git’s stash. To restore them run `git stash pop --quiet; git checkout .gitignore`.'",
  70. "coverage": "isparta cover test.js",
  71. "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
  72. "develop": "nodangel --ignore node_modules --exec 'npm run test:lite'",
  73. "prepublish": "npm run clean && npm run build",
  74. "test": "jshint . && npm run test:lite",
  75. "test:lite": "babel-node test.js | tap-spec"
  76. },
  77. "version": "0.1.1"
  78. }