123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "_from": "circular-json@^0.5.5",
- "_id": "circular-json@0.5.5",
- "_inBundle": false,
- "_integrity": "sha512-13YaR6kiz0kBNmIVM87Io8Hp7bWOo4r61vkEANy8iH9R9bc6avud/1FT0SBpqR1RpIQADOh/Q+yHZDA1iL6ysA==",
- "_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.5.tgz",
- "_shasum": "64182ef359042d37cd8e767fc9de878b1e9447d3",
- "_spec": "circular-json@^0.5.5",
- "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\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",
- "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.5"
- }
|