1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "circular-json@0.3.3",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "circular-json@0.3.3",
- "_id": "circular-json@0.3.3",
- "_inBundle": false,
- "_integrity": "sha1-gVyZ6oT2gJUp0vRXkb34JxE1LWY=",
- "_location": "/circular-json",
- "_optional": true,
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "circular-json@0.3.3",
- "name": "circular-json",
- "escapedName": "circular-json",
- "rawSpec": "0.3.3",
- "saveSpec": null,
- "fetchSpec": "0.3.3"
- },
- "_requiredBy": [
- "/flat-cache"
- ],
- "_resolved": "https://registry.npm.taobao.org/circular-json/download/circular-json-0.3.3.tgz",
- "_spec": "0.3.3",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Andrea Giammarchi",
- "url": "http://webreflection.blogspot.com/"
- },
- "bugs": {
- "url": "https://github.com/WebReflection/circular-json/issues"
- },
- "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 ./"
- },
- "version": "0.3.3"
- }
|