File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/native-promise-only/package.json
{
"_args": [
[
"native-promise-only@0.8.1",
"/var/www/french-american.org/releases/20210421135930Z"
]
],
"_development": true,
"_from": "native-promise-only@0.8.1",
"_id": "native-promise-only@0.8.1",
"_inBundle": false,
"_integrity": "sha1-IKMYwwy0X3H+et+/eyHJnBRy7xE=",
"_location": "/native-promise-only",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "native-promise-only@0.8.1",
"name": "native-promise-only",
"escapedName": "native-promise-only",
"rawSpec": "0.8.1",
"saveSpec": null,
"fetchSpec": "0.8.1"
},
"_requiredBy": [
"/sinon"
],
"_resolved": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz",
"_spec": "0.8.1",
"_where": "/var/www/french-american.org/releases/20210421135930Z",
"author": {
"name": "Kyle Simpson",
"email": "getify@gmail.com"
},
"bugs": {
"url": "https://github.com/getify/native-promise-only/issues",
"email": "getify@gmail.com"
},
"description": "Native Promise Only: A polyfill for native ES6 Promises **only**, nothing else.",
"devDependencies": {
"promises-aplus-tests": "latest",
"uglify-js": "~2.4.8"
},
"homepage": "http://github.com/getify/native-promise-only",
"keywords": [
"ES6",
"Promise",
"async",
"promises-aplus"
],
"license": "MIT",
"main": "./lib/npo.src.js",
"name": "native-promise-only",
"repository": {
"type": "git",
"url": "git://github.com/getify/native-promise-only.git"
},
"scripts": {
"build": "./build.js",
"test": "promises-aplus-tests test_adapter.js"
},
"version": "0.8.1"
}