Urara-Blog/node_modules/.pnpm-store/v3/files/90/1c68da83dde9936db16d92d87aface969629e4f0b25fc6b65b0460fa660a7509deddfb7072ac1ee59fe10f8e49dfe8ef0f7572bbd04eb3761d52c678c0359b
2022-08-14 01:14:53 +08:00

21 lines
509 B
Text

{
"name": "abbrev",
"version": "1.1.1",
"description": "Like ruby's abbrev module, but in js",
"author": "Isaac Z. Schlueter <i@izs.me>",
"main": "abbrev.js",
"scripts": {
"test": "tap test.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"repository": "http://github.com/isaacs/abbrev-js",
"license": "ISC",
"devDependencies": {
"tap": "^10.1"
},
"files": [
"abbrev.js"
]
}