package.json (1368B)
1 { 2 "_from": "wrappy@1", 3 "_id": "wrappy@1.0.2", 4 "_inBundle": false, 5 "_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", 6 "_location": "/wrappy", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "wrappy@1", 12 "name": "wrappy", 13 "escapedName": "wrappy", 14 "rawSpec": "1", 15 "saveSpec": null, 16 "fetchSpec": "1" 17 }, 18 "_requiredBy": [ 19 "/inflight", 20 "/once" 21 ], 22 "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", 23 "_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f", 24 "_spec": "wrappy@1", 25 "_where": "/Users/underd0g/Documents/l0bsterssg/node_modules/inflight", 26 "author": { 27 "name": "Isaac Z. Schlueter", 28 "email": "i@izs.me", 29 "url": "http://blog.izs.me/" 30 }, 31 "bugs": { 32 "url": "https://github.com/npm/wrappy/issues" 33 }, 34 "bundleDependencies": false, 35 "dependencies": {}, 36 "deprecated": false, 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 }