Completely updated React, fixed #11, (hopefully)

This commit is contained in:
2018-03-04 19:11:49 -05:00
parent 6e0afd6e2a
commit 34e5f5139a
13674 changed files with 333464 additions and 473223 deletions

View File

@@ -1,23 +1,56 @@
{
"name": "repeating",
"version": "2.0.1",
"description": "Repeat a string - fast",
"license": "MIT",
"repository": "sindresorhus/repeating",
"_args": [
[
"repeating@2.0.1",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"_development": true,
"_from": "repeating@2.0.1",
"_id": "repeating@2.0.1",
"_inBundle": false,
"_integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
"_location": "/babel-cli/repeating",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "repeating@2.0.1",
"name": "repeating",
"escapedName": "repeating",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/babel-cli/detect-indent"
],
"_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/repeating/issues"
},
"dependencies": {
"is-finite": "^1.0.0"
},
"description": "Repeat a string - fast",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/repeating#readme",
"keywords": [
"repeat",
"string",
@@ -27,11 +60,14 @@
"fill",
"pad"
],
"dependencies": {
"is-finite": "^1.0.0"
"license": "MIT",
"name": "repeating",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/repeating.git"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
}