hexo/node_modules/js-stringify/package.json

17 lines
410 B
JSON
Raw Permalink Normal View History

2023-10-03 11:14:36 +08:00
{
"name": "js-stringify",
"version": "1.0.2",
"description": "Stringify an object so it can be safely inlined in JavaScript code",
"keywords": [],
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/jadejs/js-stringify.git"
},
"author": "ForbesLindesay",
"license": "MIT"
2023-09-25 15:58:56 +08:00
}