123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "_from": "json3@3.3.2",
- "_id": "json3@3.3.2",
- "_inBundle": false,
- "_integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=",
- "_location": "/json3",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "json3@3.3.2",
- "name": "json3",
- "escapedName": "json3",
- "rawSpec": "3.3.2",
- "saveSpec": null,
- "fetchSpec": "3.3.2"
- },
- "_requiredBy": [
- "/socket.io-redis/socket.io-parser"
- ],
- "_resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz",
- "_shasum": "3c0434743df93e2f5c42aee7b19bcb483575f4e1",
- "_spec": "json3@3.3.2",
- "_where": "/data/wwwroot/zbsc.yunbaozb.com/node/node_modules/socket.io-redis/node_modules/socket.io-parser",
- "author": {
- "name": "Kit Cambridge",
- "email": "github@kitcambridge.be",
- "url": "http://kitcambridge.be/"
- },
- "bugs": {
- "url": "https://github.com/bestiejs/json3/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Mangled Deutz",
- "email": "olivier@webitup.fr",
- "url": "http://tech.roxee.tv/"
- },
- {
- "name": "Øyvind Sean Kinsey",
- "email": "oyvind@kinsey.no",
- "url": "http://fb.me/ok"
- },
- {
- "name": "Oskar Schöldström",
- "email": "public@oxy.fi",
- "url": "http://oxy.fi/"
- },
- {
- "name": "Kiryl Yermakou",
- "email": "rma4ok@gmail.com",
- "url": "https://github.com/rma4ok"
- }
- ],
- "deprecated": "Please use the native JSON object instead of JSON 3",
- "description": "A modern JSON implementation compatible with nearly all JavaScript platforms.",
- "files": [
- "README.md",
- "LICENSE",
- "lib/json3.js",
- "lib/json3.min.js"
- ],
- "homepage": "http://bestiejs.github.io/json3",
- "jam": {
- "main": "./lib/json3.js",
- "includes": [
- "README.md",
- "LICENSE",
- "lib/json3.js",
- "lib/json3.min.js"
- ]
- },
- "keywords": [
- "json",
- "spec",
- "ecma",
- "es5",
- "lexer",
- "parser",
- "stringify"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://kit.mit-license.org/"
- }
- ],
- "main": "./lib/json3",
- "maintainers": [
- {
- "name": "Kit Cambridge",
- "email": "github@kitcambridge.be",
- "url": "http://kitcambridge.be/"
- },
- {
- "name": "Benjamin Tan",
- "email": "demoneaux@gmail.com",
- "url": "http://d10.github.io/"
- }
- ],
- "name": "json3",
- "repository": {
- "type": "git",
- "url": "git://github.com/bestiejs/json3.git"
- },
- "scripts": {
- "test": "node test/test_*.js"
- },
- "version": "3.3.2",
- "volo": {
- "type": "directory",
- "ignore": [
- ".*",
- "build.js",
- "index.html",
- "component.json",
- "bower.json",
- "benchmark",
- "page",
- "test",
- "vendor"
- ]
- }
- }
|