package.json 2.46 KB
{
  "_from": "pirates@^3.0.2",
  "_id": "pirates@3.0.2",
  "_inBundle": false,
  "_integrity": "sha1-fm+FQT/ZFhq04StTmwYBDYWVS7k=",
  "_location": "/pirates",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pirates@^3.0.2",
    "name": "pirates",
    "escapedName": "pirates",
    "rawSpec": "^3.0.2",
    "saveSpec": null,
    "fetchSpec": "^3.0.2"
  },
  "_requiredBy": [
    "/flow-remove-types"
  ],
  "_resolved": "https://registry.npm.taobao.org/pirates/download/pirates-3.0.2.tgz",
  "_shasum": "7e6f85413fd9161ab4e12b539b06010d85954bb9",
  "_spec": "pirates@^3.0.2",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\flow-remove-types",
  "author": {
    "name": "Ari Porad",
    "email": "ari@ariporad.com",
    "url": "http://ariporad.com"
  },
  "ava": {
    "files": [
      "test/*.js"
    ],
    "source": [
      "lib/**/*.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/ariporad/pirates/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "node-modules-regexp": "^1.0.0"
  },
  "deprecated": false,
  "description": "Properly hijack require",
  "devDependencies": {
    "ava": "^0.23.0",
    "babel-cli": "^6.24.0",
    "babel-eslint": "^8.0.2",
    "babel-plugin-istanbul": "^4.1.1",
    "babel-preset-env": "^1.3.2",
    "cross-env": "^5.0.5",
    "cz-conventional-changelog": "^2.0.0",
    "decache": "^4.1.0",
    "eslint": "^4.6.0",
    "eslint-config-airbnb-base": "^12.0.0",
    "eslint-plugin-import": "^2.2.0",
    "mock-require": "^2.0.2",
    "nyc": "^11.1.0",
    "rewire": "^2.5.1",
    "rimraf": "^2.6.1",
    "semantic-release": "^9.0.0"
  },
  "engines": {
    "node": ">= 4"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/ariporad/pirates#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "pirates",
  "nyc": {
    "include": [
      "src/*.js"
    ],
    "reporter": [
      "json",
      "text"
    ],
    "sourceMap": false,
    "instrument": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ariporad/pirates.git"
  },
  "scripts": {
    "build": "babel src -d lib",
    "clean": "rimraf lib",
    "lint": "eslint .",
    "prepublish": "yarn run clean && yarn run build",
    "test": "yarn run lint && cross-env BABEL_ENV=test yarn run build && nyc ava"
  },
  "version": "3.0.2"
}