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.
 

62 lines
1.7 KiB

{
"_from": "nerf-dart@^1.0.0",
"_id": "nerf-dart@1.0.0",
"_inBundle": false,
"_integrity": "sha1-5tq3/r9a2Bbqgc9cYpxaDr3nLBo=",
"_location": "/nerf-dart",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nerf-dart@^1.0.0",
"name": "nerf-dart",
"escapedName": "nerf-dart",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@semantic-release/npm"
],
"_resolved": "https://registry.npmjs.org/nerf-dart/-/nerf-dart-1.0.0.tgz",
"_shasum": "e6dab7febf5ad816ea81cf5c629c5a0ebde72c1a",
"_spec": "nerf-dart@^1.0.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/npm",
"author": {
"name": "Stephan Bönnemann",
"email": "stephan@boennemann.me",
"url": "http://boennemann.me/"
},
"bugs": {
"url": "https://github.com/boennemann/nerf-dart/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "maps a URL to an identifier",
"devDependencies": {
"coveralls": "^2.11.4",
"nyc": "^3.1.0",
"semantic-release": "^4.1.0",
"standard": "^5.1.0",
"tap": "^1.3.2"
},
"homepage": "https://github.com/boennemann/nerf-dart#readme",
"keywords": [
"url",
"identifier"
],
"license": "MIT",
"main": "index.js",
"name": "nerf-dart",
"repository": {
"type": "git",
"url": "git+https://github.com/boennemann/nerf-dart.git"
},
"scripts": {
"coverage": "nyc report",
"coverage:upload": "npm run coverage -- --reporter=text-lcov | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "standard && nyc tap --no-cov test.js"
},
"version": "1.0.0"
}