UNPKG

1.78 kBJSONView Raw
1{
2 "_from": "onetime@^5.1.2",
3 "_id": "onetime@5.1.2",
4 "_inBundle": false,
5 "_integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
6 "_location": "/onetime",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "onetime@^5.1.2",
12 "name": "onetime",
13 "escapedName": "onetime",
14 "rawSpec": "^5.1.2",
15 "saveSpec": null,
16 "fetchSpec": "^5.1.2"
17 },
18 "_requiredBy": [
19 "/execa"
20 ],
21 "_resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
22 "_shasum": "d0e96ebb56b07476df1dd9c4806e5237985ca45e",
23 "_spec": "onetime@^5.1.2",
24 "_where": "C:\\Users\\wjosd\\projects\\mathjs\\examples\\node_modules\\execa",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "https://sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/onetime/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "mimic-fn": "^2.1.0"
36 },
37 "deprecated": false,
38 "description": "Ensure a function is only called once",
39 "devDependencies": {
40 "ava": "^1.4.1",
41 "tsd": "^0.7.1",
42 "xo": "^0.24.0"
43 },
44 "engines": {
45 "node": ">=6"
46 },
47 "files": [
48 "index.js",
49 "index.d.ts"
50 ],
51 "funding": "https://github.com/sponsors/sindresorhus",
52 "homepage": "https://github.com/sindresorhus/onetime#readme",
53 "keywords": [
54 "once",
55 "function",
56 "one",
57 "onetime",
58 "func",
59 "fn",
60 "single",
61 "call",
62 "called",
63 "prevent"
64 ],
65 "license": "MIT",
66 "name": "onetime",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/sindresorhus/onetime.git"
70 },
71 "scripts": {
72 "test": "xo && ava && tsd"
73 },
74 "version": "5.1.2"
75}