Files
30-seconds-of-code/node_modules/requestanimationframe-timer/package.json
2019-08-20 15:52:05 +02:00

107 lines
3.3 KiB
JSON

{
"_from": "requestanimationframe-timer@^1.0.4",
"_id": "requestanimationframe-timer@1.0.4",
"_inBundle": false,
"_integrity": "sha512-5ehtMkIS7RLI/UxjgAEZg6zGLoRdSSzfwjwowpBRImAr8Rbs2pdcS/4tmJ7CAtvYjtO/H+ui96AMkyefzUqUlQ==",
"_location": "/requestanimationframe-timer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "requestanimationframe-timer@^1.0.4",
"name": "requestanimationframe-timer",
"escapedName": "requestanimationframe-timer",
"rawSpec": "^1.0.4",
"saveSpec": null,
"fetchSpec": "^1.0.4"
},
"_requiredBy": [
"/gatsby-plugin-transition-link"
],
"_resolved": "https://registry.npmjs.org/requestanimationframe-timer/-/requestanimationframe-timer-1.0.4.tgz",
"_shasum": "3b48fe55f4359f07c54745caec7437e2532f89d8",
"_spec": "requestanimationframe-timer@^1.0.4",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-plugin-transition-link",
"author": {
"name": "Chua Kang Ming",
"url": "https://github.com/kambing86"
},
"bugs": {
"url": "https://github.com/kambing86/requestanimationframe-timer/issues"
},
"bundleDependencies": false,
"dependencies": {
"raf": "^3.4.0"
},
"deprecated": false,
"description": "setTimeout and setInterval by using requestAnimationFrame",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^22.0.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"del-cli": "^1.1.0",
"eslint": "^4.14.0",
"eslint-config-webpack": "^1.2.5",
"eslint-plugin-import": "^2.8.0",
"jest": "^22.0.4",
"lint-staged": "^6.0.0",
"nsp": "^3.1.0",
"pre-commit": "^1.2.2",
"standard-version": "^4.2.0",
"webpack": "^3.10.0",
"webpack-defaults": "^1.6.0"
},
"email": "kambing860210@gmail.com",
"engines": {
"node": ">= 4.3 < 5.0.0 || >= 5.10"
},
"files": [
"dist"
],
"homepage": "https://github.com/kambing86/requestanimationframe-timer#readme",
"keywords": [
"clearInterval",
"clearTimeout",
"requestAnimationFrame",
"setInterval",
"setTimeout"
],
"license": "ISC",
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"main": "dist/cjs.js",
"name": "requestanimationframe-timer",
"pre-commit": "lint-staged",
"repository": {
"type": "git",
"url": "git+https://github.com/kambing86/requestanimationframe-timer.git"
},
"scripts": {
"appveyor:test": "npm run test",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
"clean": "del-cli dist",
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
"prebuild": "npm run clean",
"prepublish": "npm run build",
"release": "standard-version",
"security": "nsp check",
"start": "npm run build -- -w",
"test": "jest",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:watch": "jest --watch",
"travis:coverage": "npm run test:coverage -- --runInBand",
"travis:lint": "npm run lint && npm run security",
"travis:test": "npm run test -- --runInBand",
"webpack-defaults": "webpack-defaults"
},
"version": "1.0.4"
}