123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "timers-ext@^0.1.5",
- "_id": "timers-ext@0.1.7",
- "_inBundle": false,
- "_integrity": "sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==",
- "_location": "/timers-ext",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "timers-ext@^0.1.5",
- "name": "timers-ext",
- "escapedName": "timers-ext",
- "rawSpec": "^0.1.5",
- "saveSpec": null,
- "fetchSpec": "^0.1.5"
- },
- "_requiredBy": [
- "/memoizee"
- ],
- "_resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz",
- "_shasum": "6f57ad8578e07a3fb9f91d9387d65647555e25c6",
- "_spec": "timers-ext@^0.1.5",
- "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/memoizee",
- "author": {
- "name": "Mariusz Nowak",
- "email": "medyk@medikoo.com",
- "url": "http://www.medikoo.com/"
- },
- "bugs": {
- "url": "https://github.com/medikoo/timers-ext/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "es5-ext": "~0.10.46",
- "next-tick": "1"
- },
- "deprecated": false,
- "description": "Timers extensions",
- "devDependencies": {
- "eslint": "^5.6.1",
- "eslint-config-medikoo-es5": "^1.7.2",
- "tad": "^0.2.8"
- },
- "eslintConfig": {
- "extends": "medikoo-es5",
- "root": true,
- "globals": {
- "clearInterval": true,
- "clearTimeout": true,
- "setInterval": true,
- "setTimeout": true
- }
- },
- "homepage": "https://github.com/medikoo/timers-ext#readme",
- "keywords": [
- "timeout",
- "delay",
- "interval",
- "time",
- "timer",
- "timers"
- ],
- "license": "ISC",
- "name": "timers-ext",
- "repository": {
- "type": "git",
- "url": "git://github.com/medikoo/timers-ext.git"
- },
- "scripts": {
- "lint": "eslint --ignore-path=.gitignore .",
- "test": "node node_modules/tad/bin/tad"
- },
- "version": "0.1.7"
- }
|