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

{
"_from": "is-subset@^0.1.1",
"_id": "is-subset@0.1.1",
"_inBundle": false,
"_integrity": "sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=",
"_location": "/is-subset",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-subset@^0.1.1",
"name": "is-subset",
"escapedName": "is-subset",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/conventional-commits-filter"
],
"_resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
"_shasum": "8a59117d932de1de00f245fcdd39ce43f1e939a6",
"_spec": "is-subset@^0.1.1",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/conventional-commits-filter",
"author": {
"name": "Tomek Wiszniewski",
"email": "t.wiszniewski@gmail.com"
},
"bugs": {
"url": "https://github.com/studio-b12/is-subset/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Check if an object is contained within another one",
"devDependencies": {
"babel": "5.1.13",
"coveralls": "2.11.2",
"isparta": "3.0.3",
"jshint": "2.7.0",
"nodangel": "1.3.8",
"tap-spec": "2.2.2",
"tape-catch": "1.0.4"
},
"files": [
"/*.js",
"/module/",
"/test/",
"/Readme.md",
"/License.md"
],
"homepage": "https://github.com/studio-b12/is-subset#readme",
"keywords": [
"contains",
"contain",
"object",
"superset",
"deep-equal",
"equal"
],
"license": "MIT",
"name": "is-subset",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/studio-b12/is-subset.git"
},
"scripts": {
"build": "cd module && babel --out-dir ../ *.js",
"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`.'",
"coverage": "isparta cover test.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"develop": "nodangel --ignore node_modules --exec 'npm run test:lite'",
"prepublish": "npm run clean && npm run build",
"test": "jshint . && npm run test:lite",
"test:lite": "babel-node test.js | tap-spec"
},
"version": "0.1.1"
}