source: imaps-frontend/node_modules/reusify/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.8 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "reusify@^1.0.4",
3 "_id": "reusify@1.0.4",
4 "_inBundle": false,
5 "_integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
6 "_location": "/reusify",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "reusify@^1.0.4",
12 "name": "reusify",
13 "escapedName": "reusify",
14 "rawSpec": "^1.0.4",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.4"
[d565449]17 },
[79a0317]18 "_requiredBy": [
19 "/fastq"
[d565449]20 ],
[79a0317]21 "_resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
22 "_shasum": "90da382b1e126efc02146e90845a88db12925d76",
23 "_spec": "reusify@^1.0.4",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/fastq",
25 "author": {
26 "name": "Matteo Collina",
27 "email": "hello@matteocollina.com"
[d565449]28 },
29 "bugs": {
30 "url": "https://github.com/mcollina/reusify/issues"
31 },
[79a0317]32 "bundleDependencies": false,
33 "deprecated": false,
34 "description": "Reuse objects and functions with style",
[d565449]35 "devDependencies": {
36 "coveralls": "^2.13.3",
37 "faucet": "0.0.1",
38 "istanbul": "^0.4.5",
39 "pre-commit": "^1.2.2",
40 "standard": "^10.0.3",
41 "tape": "^4.8.0"
[79a0317]42 },
43 "engines": {
44 "iojs": ">=1.0.0",
45 "node": ">=0.10.0"
46 },
47 "homepage": "https://github.com/mcollina/reusify#readme",
48 "keywords": [
49 "reuse",
50 "object",
51 "performance",
52 "function",
53 "fast"
54 ],
55 "license": "MIT",
56 "main": "reusify.js",
57 "name": "reusify",
58 "pre-commit": [
59 "lint",
60 "test"
61 ],
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/mcollina/reusify.git"
65 },
66 "scripts": {
67 "coverage": "npm run istanbul; cat coverage/lcov.info | coveralls",
68 "istanbul": "istanbul cover tape test.js",
69 "lint": "standard",
70 "test": "tape test.js | faucet"
71 },
72 "version": "1.0.4"
[d565449]73}
Note: See TracBrowser for help on using the repository browser.