mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 18:04:29 +00:00
v6
This commit is contained in:
parent
cd5893b2c6
commit
70742d22d9
6774 changed files with 1602535 additions and 1 deletions
31
node_modules/json-stringify-safe/package.json
generated
vendored
Normal file
31
node_modules/json-stringify-safe/package.json
generated
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "json-stringify-safe",
|
||||
"version": "5.0.1",
|
||||
"description": "Like JSON.stringify, but doesn't blow up on circular refs.",
|
||||
"keywords": [
|
||||
"json",
|
||||
"stringify",
|
||||
"circular",
|
||||
"safe"
|
||||
],
|
||||
"homepage": "https://github.com/isaacs/json-stringify-safe",
|
||||
"bugs": "https://github.com/isaacs/json-stringify-safe/issues",
|
||||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
|
||||
"contributors": [
|
||||
"Andri Möll <andri@dot.ee> (http://themoll.com)"
|
||||
],
|
||||
"license": "ISC",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/isaacs/json-stringify-safe"
|
||||
},
|
||||
"main": "stringify.js",
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": ">= 2.1.0 < 3",
|
||||
"must": ">= 0.12 < 0.13",
|
||||
"sinon": ">= 1.12.2 < 2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue