package.json
2.54 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
{
"_args": [
[
{
"raw": "is_js@^0.9.0",
"scope": null,
"escapedName": "is_js",
"name": "is_js",
"rawSpec": "^0.9.0",
"spec": ">=0.9.0 <0.10.0",
"type": "range"
},
"C:\\Users\\SangWonLee\\Desktop\\OSS\\Project2013104098\\node_modules\\request-ip"
]
],
"_from": "is_js@>=0.9.0 <0.10.0",
"_id": "is_js@0.9.0",
"_inCache": true,
"_location": "/is_js",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/is_js-0.9.0.tgz_1473800670642_0.2801450041588396"
},
"_npmUser": {
"name": "jdalton",
"email": "john.david.dalton@gmail.com"
},
"_npmVersion": "2.15.10",
"_phantomChildren": {},
"_requested": {
"raw": "is_js@^0.9.0",
"scope": null,
"escapedName": "is_js",
"name": "is_js",
"rawSpec": "^0.9.0",
"spec": ">=0.9.0 <0.10.0",
"type": "range"
},
"_requiredBy": [
"/request-ip"
],
"_resolved": "https://registry.npmjs.org/is_js/-/is_js-0.9.0.tgz",
"_shasum": "0ab94540502ba7afa24c856aa985561669e9c52d",
"_shrinkwrap": null,
"_spec": "is_js@^0.9.0",
"_where": "C:\\Users\\SangWonLee\\Desktop\\OSS\\Project2013104098\\node_modules\\request-ip",
"bugs": {
"url": "https://github.com/arasatasaygin/is.js/issues"
},
"dependencies": {},
"description": "micro check library",
"devDependencies": {
"chai": "^3.4.0",
"eslint": "^2.13.1",
"lodash": "^4.15.0",
"mocha": "^2.2.1",
"mocha-phantomjs": "^4.1.0",
"pre-commit": "^1.1.3",
"uglify-js": "^2.7.3"
},
"directories": {},
"dist": {
"shasum": "0ab94540502ba7afa24c856aa985561669e9c52d",
"tarball": "https://registry.npmjs.org/is_js/-/is_js-0.9.0.tgz"
},
"files": [
"is.js",
"is.min.js"
],
"homepage": "http://is.js.org/",
"license": "MIT",
"main": "is.js",
"maintainers": [
{
"name": "arasatasaygin",
"email": "arasatasaygin@gmail.com"
},
{
"name": "jdalton",
"email": "john.david.dalton@gmail.com"
}
],
"name": "is_js",
"optionalDependencies": {},
"pre-commit": [
"lint"
],
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/arasatasaygin/is.js.git"
},
"scripts": {
"build": "npm run lint && npm run min",
"lint": "eslint .",
"min": "uglifyjs is.js -m --comments \"/^!/\" -o is.min.js",
"test": "mocha --check-leaks -R dot",
"test:phantom": "mocha-phantomjs -R dot test/index.html"
},
"version": "0.9.0"
}