| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gavin/workspace/readjs/node_modules/promise/ |
Upload File : |
{
"_args": [
[
{
"raw": "promise@^7.1.1",
"scope": null,
"escapedName": "promise",
"name": "promise",
"rawSpec": "^7.1.1",
"spec": ">=7.1.1 <8.0.0",
"type": "range"
},
"/home/gavin/workspace/meanjs/node_modules/less"
]
],
"_from": "promise@>=7.1.1 <8.0.0",
"_id": "promise@7.1.1",
"_inCache": true,
"_location": "/promise",
"_nodeVersion": "1.6.2",
"_npmUser": {
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
"_npmVersion": "2.7.1",
"_phantomChildren": {},
"_requested": {
"raw": "promise@^7.1.1",
"scope": null,
"escapedName": "promise",
"name": "promise",
"rawSpec": "^7.1.1",
"spec": ">=7.1.1 <8.0.0",
"type": "range"
},
"_requiredBy": [
"/less"
],
"_resolved": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz",
"_shasum": "489654c692616b8aa55b0724fa809bb7db49c5bf",
"_shrinkwrap": null,
"_spec": "promise@^7.1.1",
"_where": "/home/gavin/workspace/meanjs/node_modules/less",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/then/promise/issues"
},
"dependencies": {
"asap": "~2.0.3"
},
"description": "Bare bones Promises/A+ implementation",
"devDependencies": {
"acorn": "^1.0.1",
"better-assert": "*",
"istanbul": "^0.3.13",
"mocha": "*",
"promises-aplus-tests": "*",
"rimraf": "^2.3.2"
},
"directories": {},
"dist": {
"shasum": "489654c692616b8aa55b0724fa809bb7db49c5bf",
"tarball": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz"
},
"gitHead": "90757a38c86975f36893012581b72315b352d482",
"homepage": "https://github.com/then/promise",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "nathan7",
"email": "nathan@nathan7.eu"
}
],
"name": "promise",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/then/promise.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
"prepublish": "node build",
"pretest": "node build",
"pretest-extensions": "node build",
"pretest-memory-leak": "node build",
"pretest-resolve": "node build",
"test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
"test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
"test-memory-leak": "node --expose-gc test/memory-leak.js",
"test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
},
"version": "7.1.1"
}