@nathanfaucett/is_array
Version:
checks if value is an Array
37 lines (36 loc) • 954 B
JSON
{
"name": "@nathanfaucett/is_array",
"version": "0.0.1",
"description": "checks if value is an Array",
"repository": {
"type": "git",
"url": "https://github.com/nathanfaucett/is_array.git"
},
"main": "src/index.js",
"scripts": {
"test": "npm run node-test",
"node-test": "node ./test/index.js | ./node_modules/.bin/tap-spec",
"browser-test": "zuul -- ./test/index.js",
"browser-test-local": "zuul --local 9999 ./test/index.js"
},
"keywords": [
"is_array",
"is_array.js"
],
"author": "Nathan Faucett",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jsbeautifier": "^0.2.13",
"tape": "^4.0.0",
"tap-spec": "^4.0.0",
"zuul": "^3.0.0"
},
"dependencies": {
"@nathanfaucett/is_length": "^0.0.1",
"@nathanfaucett/is_native": "^0.0.2",
"@nathanfaucett/is_object": "^0.0.1"
}
}