/ node_modules / once / package.json
package.json
 1  {
 2    "name": "once",
 3    "version": "1.4.0",
 4    "description": "Run a function exactly one time",
 5    "main": "once.js",
 6    "directories": {
 7      "test": "test"
 8    },
 9    "dependencies": {
10      "wrappy": "1"
11    },
12    "devDependencies": {
13      "tap": "^7.0.1"
14    },
15    "scripts": {
16      "test": "tap test/*.js"
17    },
18    "files": [
19      "once.js"
20    ],
21    "repository": {
22      "type": "git",
23      "url": "git://github.com/isaacs/once"
24    },
25    "keywords": [
26      "once",
27      "function",
28      "one",
29      "single"
30    ],
31    "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
32    "license": "ISC"
33  }