{
  "_from": "fcbuffer@2.2.2",
  "_id": "fcbuffer@2.2.2",
  "_inBundle": false,
  "_integrity": "sha1-mH0QBixGqL/qJ9p3yWT0Pp4loBQ=",
  "_location": "/fcbuffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fcbuffer@2.2.2",
    "name": "fcbuffer",
    "escapedName": "fcbuffer",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/@alipay/mychain"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/fcbuffer/download/fcbuffer-2.2.2.tgz",
  "_shasum": "987d10062c46a8bfea27da77c964f43e9e25a014",
  "_spec": "fcbuffer@2.2.2",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin/node_modules/@alipay/mychain",
  "babel": {
    "presets": [
      "es2015"
    ]
  },
  "bugs": {
    "url": "https://github.com/EOSIO/fcbuffer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bn.js": "^4.11.8",
    "bytebuffer": "^5.0.1",
    "ieee-float": "^0.6.0"
  },
  "deprecated": false,
  "description": "Serialization library geared towards immutable data storage such as blockchains.",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-core": "6.26.3",
    "babel-preset-es2015": "6.24.1",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0"
  },
  "files": [
    "README.md",
    "docs",
    "lib"
  ],
  "homepage": "https://github.com/EOSIO/fcbuffer#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "fcbuffer",
  "repository": {
    "type": "git",
    "url": "git://github.com/EOSIO/fcbuffer.git"
  },
  "scripts": {
    "browserify-mocha": "browserify src/index.test.js > mocha/mocha.test.js",
    "build": "rm -fr lib && npm run build_lib",
    "build_lib": "babel --copy-files src --out-dir lib",
    "coverage": "istanbul cover _mocha -- -R spec src/index.test.js",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
    "prepublishOnly": "npm run build && npm run test_lib",
    "test": "mocha --use_strict src/index.test.js",
    "test_lib": "mocha --exit --use_strict lib/*.test.js"
  },
  "version": "2.2.2"
}
