bifocal/node_modules/@stdlib/assert-is-arguments/package.json

98 lines
2.1 KiB
JSON

{
"name": "@stdlib/assert-is-arguments",
"version": "0.0.14",
"description": "Test if a value is an arguments object.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples",
"benchmark": "make benchmark"
},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/assert-is-arguments.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-has-own-property": "^0.0.x",
"@stdlib/assert-is-array": "^0.0.x",
"@stdlib/assert-is-enumerable-property": "^0.0.x",
"@stdlib/constants-uint32-max": "^0.0.x",
"@stdlib/math-base-assert-is-integer": "^0.0.x",
"@stdlib/utils-native-class": "^0.0.x"
},
"devDependencies": {
"@stdlib/assert-is-boolean": "^0.0.x",
"@stdlib/bench": "^0.0.x",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdassert",
"assertion",
"assert",
"utilities",
"utility",
"utils",
"util",
"arguments",
"args",
"isarguments",
"array-like",
"object",
"obj",
"is",
"is-arguments",
"type",
"check",
"validate",
"valid",
"test"
],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/athan"
}
}