123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "bfj@6.1.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "bfj@6.1.1",
- "_id": "bfj@6.1.1",
- "_inBundle": false,
- "_integrity": "sha1-BaO3eE+9cs+jwi5WAC75kzZRbEg=",
- "_location": "/bfj",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "bfj@6.1.1",
- "name": "bfj",
- "escapedName": "bfj",
- "rawSpec": "6.1.1",
- "saveSpec": null,
- "fetchSpec": "6.1.1"
- },
- "_requiredBy": [
- "/webpack-bundle-analyzer"
- ],
- "_resolved": "https://registry.npm.taobao.org/bfj/download/bfj-6.1.1.tgz",
- "_spec": "6.1.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Phil Booth",
- "url": "https://gitlab.com/philbooth"
- },
- "bugs": {
- "url": "https://gitlab.com/philbooth/bfj/issues"
- },
- "contributors": [
- {
- "name": "Phil Booth",
- "email": "pmbooth@gmail.com",
- "url": "https://philbooth.me/"
- },
- {
- "name": "Rowan Manning",
- "url": "https://github.com/rowanmanning"
- },
- {
- "name": "Benedikt Rötsch",
- "url": "https://github.com/axe312ger"
- }
- ],
- "dependencies": {
- "bluebird": "^3.5.1",
- "check-types": "^7.3.0",
- "hoopy": "^0.1.2",
- "tryer": "^1.0.0"
- },
- "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
- "devDependencies": {
- "chai": "4.1.x",
- "eslint": "4.19.x",
- "mocha": "5.0.x",
- "please-release-me": "^2.0.2",
- "proxyquire": "1.8.x",
- "request": "2.85.x",
- "spooks": "2.0.x"
- },
- "engines": {
- "node": ">= 6.0.0"
- },
- "homepage": "https://gitlab.com/philbooth/bfj",
- "keywords": [
- "json",
- "streamify",
- "stringify",
- "walk",
- "parse",
- "parser",
- "serialise",
- "serialize",
- "read",
- "write",
- "async",
- "asynchronous"
- ],
- "license": "MIT",
- "main": "./src",
- "name": "bfj",
- "repository": {
- "type": "git",
- "url": "git+https://gitlab.com/philbooth/bfj.git"
- },
- "scripts": {
- "integration": "mocha --ui tdd --reporter spec --colors test/integration",
- "lint": "eslint src",
- "perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg",
- "test": "npm run unit && npm run integration",
- "unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit"
- },
- "version": "6.1.1"
- }
|