All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.promise.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "promise@>=6.0.1 <7.0.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/promise",
    "_npmUser": {
        "email": "[email protected]",
        "name": "forbeslindesay"
    },
    "_npmVersion": "1.5.0-alpha-4",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "promise",
        "raw": "promise@^6.0.1",
        "rawSpec": "^6.0.1",
        "scope": null,
        "spec": ">=6.0.1 <7.0.0",
        "type": "range"
    },
    "_requiredBy": [
        "/less"
    ],
    "_resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
    "_shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
    "_shrinkwrap": null,
    "_spec": "promise@^6.0.1",
    "_where": "",
    "author": {
        "name": "ForbesLindesay"
    },
    "bugs": {
        "url": "https://github.com/then/promise/issues"
    },
    "dependencies": {
        "asap": "~1.0.0"
    },
    "description": "Bare bones Promises/A+ implementation",
    "devDependencies": {
        "better-assert": "*",
        "mocha": "*",
        "promises-aplus-tests": "*"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
        "tarball": "http://registry.npmjs.org/promise/-/promise-6.1.0.tgz"
    },
    "gitHead": "c627c0cc1f886ed3aa26edec97838ec9e7dd858b",
    "homepage": "https://github.com/then/promise",
    "license": "MIT",
    "main": "index.js",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "forbeslindesay"
        },
        {
            "email": "[email protected]",
            "name": "nathan7"
        }
    ],
    "name": "promise",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/then/promise.git"
    },
    "scripts": {
        "test": "mocha --timeout 200 --slow 99999",
        "test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999",
        "test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999"
    },
    "version": "6.1.0"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy