File: /home/frenchy/www/french-american.org/releases/20210421135930Z/node_modules/deep-aplus/package.json
{
"_args": [
[
"deep-aplus@1.0.4",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "deep-aplus@1.0.4",
"_id": "deep-aplus@1.0.4",
"_inBundle": false,
"_integrity": "sha1-4exMEKALUEa1ng3dBRnRAa4xXo8=",
"_location": "/deep-aplus",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "deep-aplus@1.0.4",
"name": "deep-aplus",
"escapedName": "deep-aplus",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/promised-handlebars"
],
"_resolved": "https://registry.npmjs.org/deep-aplus/-/deep-aplus-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Nils Knappmeier",
"email": "npm@knappi.org",
"url": "https://github.com/nknapp"
},
"bugs": {
"url": "https://github.com/nknapp/deep-aplus/issues"
},
"dependencies": {
"lodash.isplainobject": "^4.0.6"
},
"description": "Resolve a whole structure of promises, library agnostic",
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.2.0",
"mocha": "^2.2.5",
"q": "^1.4.1",
"thoughtful-release": "^0.3.0",
"trace": "^2.0.2"
},
"files": [
"index.js"
],
"homepage": "https://github.com/nknapp/deep-aplus#readme",
"keywords": [
"promise",
"q",
"bluebird",
"a+",
"deep",
"resolve",
"recursive"
],
"license": "MIT",
"main": "index.js",
"name": "deep-aplus",
"repository": {
"type": "git",
"url": "git+https://github.com/nknapp/deep-aplus.git"
},
"scripts": {
"format": "standard --format",
"preformat": "standard --version || npm -g install standard",
"pretest": "standard --version || npm -g install standard",
"prethoughtcheck": "thought --version || npm -g install thought",
"preversion": "npm run thoughtcheck",
"test": "mocha && standard",
"thought": "thought run -a",
"thoughtcheck": "thought check-engines",
"version": "thoughtful changelog -o -a && npm run thought"
},
"standard": {
"ignore": [
"test/fixtures/**"
]
},
"version": "1.0.4"
}