{ "_from": "serialize-to-js@^3.0.0", "_id": "serialize-to-js@3.1.1", "_inBundle": false, "_integrity": "sha512-F+NGU0UHMBO4Q965tjw7rvieNVjlH6Lqi2emq/Lc9LUURYJbiCzmpi4Cy1OOjjVPtxu0c+NE85LU6968Wko5ZA==", "_location": "/serialize-to-js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "serialize-to-js@^3.0.0", "name": "serialize-to-js", "escapedName": "serialize-to-js", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/parcel-bundler" ], "_resolved": "https://registry.npmjs.org/serialize-to-js/-/serialize-to-js-3.1.1.tgz", "_shasum": "b3e77d0568ee4a60bfe66287f991e104d3a1a4ac", "_spec": "serialize-to-js@^3.0.0", "_where": "/Users/justin/Code/granblue/hensei-web/node_modules/parcel-bundler", "author": { "name": "commenthol", "email": "commenthol@gmail.com" }, "babel": { "presets": [ "@babel/preset-env" ] }, "bugs": { "url": "https://github.com/commenthol/serialize-to-js/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "serialize objects to javascript", "devDependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "mocha": "^7.0.1", "nyc": "^15.0.0", "rimraf": "^3.0.0" }, "directories": { "lib": "lib", "test": "test" }, "engines": { "node": ">=4.0.0" }, "eslintConfig": { "env": { "mocha": true }, "extends": "standard", "plugins": [ "standard" ], "rules": { "key-spacing": 0 } }, "homepage": "https://github.com/commenthol/serialize-to-js", "keywords": [ "javascript", "objects", "serialize" ], "license": "MIT", "main": "lib", "maintainers": "commenthol ", "mocha": { "check-leaks": true }, "module": "src", "name": "serialize-to-js", "repository": { "type": "git", "url": "git+https://github.com/commenthol/serialize-to-js.git" }, "scripts": { "all": "npm run clean && npm run lint && npm run build && npm test", "build": "babel -d lib src", "clean": "rimraf lib doc coverage .nyc_output *.tgz", "coverage": "nyc -r text -r html npm test", "lint": "eslint src test", "prepublishOnly": "npm run all", "readme": "markedpp --githubid -i README.md -o README.md", "test": "mocha" }, "version": "3.1.1" }