package.json
2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"_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"
}