| 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/happymandarin/node_modules/should/ |
Upload File : |
{
"_args": [
[
{
"raw": "should@~11.1.0",
"scope": null,
"escapedName": "should",
"name": "should",
"rawSpec": "~11.1.0",
"spec": ">=11.1.0 <11.2.0",
"type": "range"
},
"/home/gavin/workspace/meanjs"
]
],
"_from": "should@>=11.1.0 <11.2.0",
"_id": "should@11.1.1",
"_inCache": true,
"_location": "/should",
"_nodeVersion": "6.7.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/should-11.1.1.tgz_1476105439145_0.1710161967203021"
},
"_npmUser": {
"name": "btd",
"email": "bardadymchik@gmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "should@~11.1.0",
"scope": null,
"escapedName": "should",
"name": "should",
"rawSpec": "~11.1.0",
"spec": ">=11.1.0 <11.2.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/should/-/should-11.1.1.tgz",
"_shasum": "760756475f0217ebbc5a141cbbf35f02f64feb07",
"_shrinkwrap": null,
"_spec": "should@~11.1.0",
"_where": "/home/gavin/workspace/meanjs",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/shouldjs/should.js/issues"
},
"dependencies": {
"should-equal": "^1.0.0",
"should-format": "^3.0.2",
"should-type": "^1.4.0",
"should-type-adaptors": "^1.0.1",
"should-util": "^1.0.0"
},
"description": "test framework agnostic BDD-style assertions",
"devDependencies": {
"bluebird": "^3.0.6",
"eslint": "^3.0.0",
"eslint-config-shouldjs": "^1.0.0",
"mocha": "latest",
"mocha-better-spec-reporter": "latest",
"rollup": "0.34.7",
"rollup-plugin-node-resolve": "^2.0.0",
"zuul": "latest"
},
"directories": {},
"dist": {
"shasum": "760756475f0217ebbc5a141cbbf35f02f64feb07",
"tarball": "https://registry.npmjs.org/should/-/should-11.1.1.tgz"
},
"files": [
"cjs/*",
"es6/*",
"as-function.js",
"index.js",
"should.js",
"LICENSE",
"*.md"
],
"gitHead": "63c9b5692c190db8671057f1c9500ece8e50f24e",
"homepage": "https://github.com/shouldjs/should.js",
"keywords": [
"test",
"bdd",
"assert",
"should"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "gjohnson",
"email": "gjj391@gmail.com"
},
{
"name": "travisjeffery",
"email": "tj@travisjeffery.com"
},
{
"name": "btd",
"email": "bardadymchik@gmail.com"
}
],
"name": "should",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/shouldjs/should.js.git"
},
"scripts": {
"browser": "rollup -c rollup.config.js --output ./should.js",
"build": "npm run cjs && npm run es6",
"cjs": "rollup --format=cjs --output=cjs/should.js lib/should.js",
"es6": "rollup --format=es --output=es6/should.js lib/should.js",
"prepublish": "npm run build && npm run browser",
"pretest": "npm run build",
"test": "mocha -R mocha-better-spec-reporter --check-leaks ./test/*.test.js ./test/**/*.test.js",
"zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js"
},
"version": "11.1.1"
}