UNPKG

telejson

Version:

A library for teleporting rich data to another place.

55 lines (54 loc) 1.15 kB
{ "name": "telejson", "version": "2.2.2", "description": "", "keywords": [ "JSON", "parse", "stringify", "cyclic", "cyclical", "function", "date", "regex" ], "homepage": "https://github.com/storybooks/telejson", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/storybooks/telejson/issues" }, "repository": { "type": "git", "url": "https://github.com/storybooks/telejson.git" }, "license": "MIT", "main": "dist/index.js", "jsnext:main": "src/index.js", "scripts": { "test": "jest", "prepublish": "babel src --out-dir dist" }, "dependencies": { "global": "^4.3.2", "is-function": "^1.0.1", "is-regex": "^1.0.4", "is-symbol": "^1.0.2", "isobject": "^3.0.1", "lodash": "^4.17.11", "memoizerific": "^1.11.3" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.3.3", "@babel/preset-env": "^7.3.1", "babel-core": "7.0.0-bridge.0", "babel-jest": "^24.1.0", "jest": "^24.1.0", "regenerator-runtime": "^0.13.1" }, "jest": { "testEnvironment": "node" } }