package.json
2.06 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
{
"_from": "raf@^3.4.1",
"_id": "raf@3.4.1",
"_inBundle": false,
"_integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==",
"_location": "/raf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "raf@^3.4.1",
"name": "raf",
"escapedName": "raf",
"rawSpec": "^3.4.1",
"saveSpec": null,
"fetchSpec": "^3.4.1"
},
"_requiredBy": [
"/react-app-polyfill"
],
"_resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz",
"_shasum": "0742e99a4a6552f445d73e3ee0328af0ff1ede39",
"_spec": "raf@^3.4.1",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\react-app-polyfill",
"author": {
"name": "Chris Dickinson",
"email": "chris@neversaw.us"
},
"bugs": {
"url": "https://github.com/chrisdickinson/raf/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Christian Maughan Tegnér",
"email": "christian.tegner@gmail.com"
}
],
"dependencies": {
"performance-now": "^2.1.0"
},
"deprecated": false,
"description": "requestAnimationFrame polyfill for node and the browser",
"devDependencies": {
"browserify": "~4.1.2",
"tape": "^4.0.0",
"testling": "~1.6.1"
},
"homepage": "https://github.com/chrisdickinson/raf#readme",
"keywords": [
"requestAnimationFrame",
"polyfill"
],
"license": "MIT",
"main": "index.js",
"name": "raf",
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/raf.git"
},
"scripts": {
"test": "node test.js",
"testling": "browserify test.js | testling"
},
"testling": {
"files": "test.js",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
]
},
"version": "3.4.1"
}