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
| {
| "_args": [
| [
| "immediate@3.0.6",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_from": "immediate@3.0.6",
| "_id": "immediate@3.0.6",
| "_inBundle": false,
| "_integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
| "_location": "/immediate",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "immediate@3.0.6",
| "name": "immediate",
| "escapedName": "immediate",
| "rawSpec": "3.0.6",
| "saveSpec": null,
| "fetchSpec": "3.0.6"
| },
| "_requiredBy": [
| "/lie"
| ],
| "_resolved": "https://registry.npmmirror.com/immediate/-/immediate-3.0.6.tgz",
| "_spec": "3.0.6",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "browser": {
| "./lib/index.js": "./lib/browser.js"
| },
| "bugs": {
| "url": "https://github.com/calvinmetcalf/immediate/issues"
| },
| "contributors": [
| {
| "name": "Domenic Denicola",
| "email": "domenic@domenicdenicola.com",
| "url": "http://domenicdenicola.com"
| },
| {
| "name": "Donavon West",
| "email": "github@donavon.com",
| "url": "http://donavon.com"
| },
| {
| "name": "Yaffle"
| },
| {
| "name": "Calvin Metcalf",
| "email": "calvin.metcalf@gmail.com"
| }
| ],
| "description": "A cross browser microtask library",
| "devDependencies": {
| "browserify": "^13.0.0",
| "browserify-transform-cli": "^1.1.1",
| "derequire": "^2.0.0",
| "inline-process-browser": "^2.0.0",
| "jshint": "^2.5.1",
| "tape": "^4.0.0",
| "uglify-js": "^2.4.13",
| "unreachable-branch-transform": "^0.5.1"
| },
| "files": [
| "lib",
| "dist"
| ],
| "homepage": "https://github.com/calvinmetcalf/immediate#readme",
| "license": "MIT",
| "main": "lib/index.js",
| "name": "immediate",
| "repository": {
| "type": "git",
| "url": "git://github.com/calvinmetcalf/immediate.git"
| },
| "scripts": {
| "build": "npm run build-node && npm run build-js && npm run uglify",
| "build-js": "browserify -s immediate ./lib/browser.js | derequire > dist/immediate.js",
| "build-node": "browserify-transform-cli inline-process-browser unreachable-branch-transform < ./lib/index.js > ./lib/browser.js",
| "test": "jshint lib/*.js && node test/tests.js",
| "uglify": "uglifyjs dist/immediate.js -mc > dist/immediate.min.js"
| },
| "version": "3.0.6"
| }
|
|