{
  "name": "serialize-javascript",
  "version": "2.1.2",
  "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
  "main": "index.js",
  "scripts": {
    "benchmark": "node -v && node test/benchmark/serialize.js",
    "test": "nyc --reporter=lcov mocha test/unit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yahoo/serialize-javascript.git"
  },
  "keywords": [
    "serialize",
    "serialization",
    "javascript",
    "js",
    "json"
  ],
  "author": "Eric Ferraiuolo <edf@ericf.me>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/yahoo/serialize-javascript/issues"
  },
  "homepage": "https://github.com/yahoo/serialize-javascript",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "chai": "^4.1.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1"
  },
  "__npminstall_done": "Fri Jan 03 2020 18:02:08 GMT+0800 (GMT+08:00)",
  "_from": "serialize-javascript@2.1.2",
  "_resolved": "https://registry.npm.taobao.org/serialize-javascript/download/serialize-javascript-2.1.2.tgz?cache=0&sync_timestamp=1575883294443&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fserialize-javascript%2Fdownload%2Fserialize-javascript-2.1.2.tgz"
}