source: imaps-frontend/node_modules/once/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_from": "once@^1.3.0",
3 "_id": "once@1.4.0",
4 "_inBundle": false,
5 "_integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
6 "_location": "/once",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "once@^1.3.0",
12 "name": "once",
13 "escapedName": "once",
14 "rawSpec": "^1.3.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.3.0"
17 },
18 "_requiredBy": [
19 "/glob",
20 "/inflight"
21 ],
22 "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
23 "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
24 "_spec": "once@^1.3.0",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/glob",
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/isaacs/once/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "wrappy": "1"
37 },
38 "deprecated": false,
39 "description": "Run a function exactly one time",
40 "devDependencies": {
41 "tap": "^7.0.1"
42 },
43 "directories": {
44 "test": "test"
45 },
46 "files": [
47 "once.js"
48 ],
49 "homepage": "https://github.com/isaacs/once#readme",
50 "keywords": [
51 "once",
52 "function",
53 "one",
54 "single"
55 ],
56 "license": "ISC",
57 "main": "once.js",
58 "name": "once",
59 "repository": {
60 "type": "git",
61 "url": "git://github.com/isaacs/once.git"
62 },
63 "scripts": {
64 "test": "tap test/*.js"
65 },
66 "version": "1.4.0"
67}
Note: See TracBrowser for help on using the repository browser.