Files
SimfonyBasics/spa/node_modules/objectorarray/package.json
2024-07-05 13:46:23 +02:00

28 lines
614 B
JSON

{
"name": "objectorarray",
"version": "1.0.5",
"description": "Is the value an object or an array but not null?",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZhouHansen/objectnotnull.git"
},
"keywords": [
"javascript"
],
"author": {
"name": "zhouhancheng",
"email": "z308114274@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ZhouHansen/objectnotnull/issues"
},
"homepage": "https://github.com/ZhouHansen/objectnotnull#readme",
"devDependencies": {
"tape": "^4.8.0"
}
}