UNPKG

1.3 kBJSONView Raw
1{
2 "_args": [
3 [
4 "wrappy@1.0.2",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "wrappy@1.0.2",
9 "_id": "wrappy@1.0.2",
10 "_inBundle": false,
11 "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
12 "_location": "/wrappy",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "wrappy@1.0.2",
18 "name": "wrappy",
19 "escapedName": "wrappy",
20 "rawSpec": "1.0.2",
21 "saveSpec": null,
22 "fetchSpec": "1.0.2"
23 },
24 "_requiredBy": [],
25 "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
26 "_spec": "1.0.2",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "author": {
29 "name": "Isaac Z. Schlueter",
30 "email": "i@izs.me",
31 "url": "http://blog.izs.me/"
32 },
33 "bugs": {
34 "url": "https://github.com/npm/wrappy/issues"
35 },
36 "dependencies": {},
37 "description": "Callback wrapping utility",
38 "devDependencies": {
39 "tap": "^2.3.1"
40 },
41 "directories": {
42 "test": "test"
43 },
44 "files": [
45 "wrappy.js"
46 ],
47 "homepage": "https://github.com/npm/wrappy",
48 "license": "ISC",
49 "main": "wrappy.js",
50 "name": "wrappy",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/npm/wrappy.git"
54 },
55 "scripts": {
56 "test": "tap --coverage test/*.js"
57 },
58 "version": "1.0.2"
59}