UNPKG

cloudworker-proxy

Version:
88 lines (87 loc) 2.34 kB
{ "_args": [ [ "json-cycle@1.3.0", "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless" ] ], "_development": true, "_from": "json-cycle@1.3.0", "_id": "json-cycle@1.3.0", "_inBundle": false, "_integrity": "sha512-FD/SedD78LCdSvJaOUQAXseT8oQBb5z6IVYaQaCrVUlu9zOAr1BDdKyVYQaSD/GDsAMrXpKcOyBD4LIl8nfjHw==", "_location": "/json-cycle", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "json-cycle@1.3.0", "name": "json-cycle", "escapedName": "json-cycle", "rawSpec": "1.3.0", "saveSpec": null, "fetchSpec": "1.3.0" }, "_requiredBy": [ "/serverless" ], "_resolved": "https://registry.npmjs.org/json-cycle/-/json-cycle-1.3.0.tgz", "_spec": "1.3.0", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless", "author": { "name": "Valery Barysok", "email": "valery.barysok@gmail.com" }, "bugs": { "url": "https://github.com/valery-barysok/json-cycle.git/issues" }, "contributors": [ { "name": "Douglas Crockford", "email": "douglas@crockford.com", "url": "douglascrockford" } ], "description": "Encode/decode circular structures for converting to and from JSON.", "devDependencies": { "chai": "3.2.0", "coveralls": "2.11.4", "istanbul": "^0.3.19", "mocha": "2.3.2" }, "engines": { "node": ">= 4" }, "files": [ "LICENSE", "README.md", "cycle.js" ], "homepage": "https://github.com/valery-barysok/json-cycle.git", "keywords": [ "json", "cycle", "stringify", "parse", "circular", "recursive", "circular", "reference", "recursion" ], "license": "MIT", "main": "cycle.js", "name": "json-cycle", "private": false, "repository": { "type": "git", "url": "git+ssh://git@github.com/valery-barysok/json-cycle.git" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-ci": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-tap": "mocha --reporter tap --check-leaks test/" }, "version": "1.3.0" }