12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "circular-json@^0.5.5",
- "_id": "circular-json@0.5.7",
- "_inBundle": false,
- "_integrity": "sha512-/pXoV1JA847qRKPrHbBK6YIBGFF8GOP4wzSgUOA7q0ew0vAv0iJswP+2/nZQ9uzA3Azi7eTrg9L2yzXc/7ZMIA==",
- "_location": "/circular-json",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "circular-json@^0.5.5",
- "name": "circular-json",
- "escapedName": "circular-json",
- "rawSpec": "^0.5.5",
- "saveSpec": null,
- "fetchSpec": "^0.5.5"
- },
- "_requiredBy": [
- "/log4js"
- ],
- "_resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.5.7.tgz",
- "_shasum": "b8be478d72ea58c7eeda26bf1cf1fba43d188842",
- "_spec": "circular-json@^0.5.5",
- "_where": "C:\\socket\\chatroom-myclient\\node_modules\\log4js",
- "author": {
- "name": "Andrea Giammarchi",
- "url": "http://webreflection.blogspot.com/"
- },
- "bugs": {
- "url": "https://github.com/WebReflection/circular-json/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "JSON does not handle circular references. This version does",
- "devDependencies": {
- "coveralls": "^2.13.0",
- "istanbul": "^0.4.5",
- "tiny-cdn": "^0.7.0",
- "tressa": "^0.3.1"
- },
- "generator": "https://github.com/WebReflection/gitstrap",
- "homepage": "https://github.com/WebReflection/circular-json",
- "keywords": [
- "JSON",
- "circular",
- "reference",
- "recursive",
- "recursion",
- "parse",
- "stringify"
- ],
- "license": "MIT",
- "main": "./build/circular-json.node.js",
- "name": "circular-json",
- "repository": {
- "type": "git",
- "url": "git://github.com/WebReflection/circular-json.git"
- },
- "scripts": {
- "coveralls": "cat ./coverage/lcov.info | coveralls",
- "postinstall": "echo ''; echo \"\\x1B[1mCircularJSON\\x1B[0m is in \\x1B[4mmaintenance only\\x1B[0m, \\x1B[1mflatted\\x1B[0m is its successor.\"; echo ''",
- "test": "istanbul cover test/circular-json.js",
- "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
- },
- "unpkg": "build/circular-json.js",
- "version": "0.5.7"
- }
|