public_library_map/node_modules/sigmund/package.json

31 lines
591 B
JSON
Raw Normal View History

2021-11-24 19:46:47 +11:00
{
2021-12-11 08:03:44 +11:00
"name": "sigmund",
"version": "1.0.1",
"description": "Quick and dirty signatures for Objects.",
"main": "sigmund.js",
"directories": {
"test": "test"
2021-11-24 19:46:47 +11:00
},
"dependencies": {},
"devDependencies": {
"tap": "~0.3.0"
},
2021-12-11 08:03:44 +11:00
"scripts": {
"test": "tap test/*.js",
"bench": "node bench.js"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/sigmund"
2021-11-24 19:46:47 +11:00
},
"keywords": [
"object",
"signature",
"key",
"data",
"psychoanalysis"
],
2021-12-11 08:03:44 +11:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC"
2021-11-24 19:46:47 +11:00
}