mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 20:53:02 -05:00
initial commit
This commit is contained in:
105
node_modules/repeating/package.json
generated
vendored
Normal file
105
node_modules/repeating/package.json
generated
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "repeating@^1.1.2",
|
||||
"scope": null,
|
||||
"escapedName": "repeating",
|
||||
"name": "repeating",
|
||||
"rawSpec": "^1.1.2",
|
||||
"spec": ">=1.1.2 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\update-notifier"
|
||||
]
|
||||
],
|
||||
"_from": "repeating@>=1.1.2 <2.0.0",
|
||||
"_id": "repeating@1.1.3",
|
||||
"_inCache": true,
|
||||
"_location": "/repeating",
|
||||
"_nodeVersion": "0.12.4",
|
||||
"_npmUser": {
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
},
|
||||
"_npmVersion": "2.10.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "repeating@^1.1.2",
|
||||
"scope": null,
|
||||
"escapedName": "repeating",
|
||||
"name": "repeating",
|
||||
"rawSpec": "^1.1.2",
|
||||
"spec": ">=1.1.2 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/update-notifier"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
|
||||
"_shasum": "3d4114218877537494f97f77f9785fab810fa4ac",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "repeating@^1.1.2",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\update-notifier",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bin": {
|
||||
"repeating": "cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/repeating/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-finite": "^1.0.0"
|
||||
},
|
||||
"description": "Repeat a string - fast",
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "3d4114218877537494f97f77f9785fab810fa4ac",
|
||||
"tarball": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"cli.js"
|
||||
],
|
||||
"gitHead": "23e93be864952600940d29c8d67f2b9a09d48d81",
|
||||
"homepage": "https://github.com/sindresorhus/repeating",
|
||||
"keywords": [
|
||||
"cli-app",
|
||||
"cli",
|
||||
"bin",
|
||||
"repeat",
|
||||
"repeating",
|
||||
"string",
|
||||
"str",
|
||||
"text",
|
||||
"fill"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "repeating",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/repeating.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test.js"
|
||||
},
|
||||
"version": "1.1.3"
|
||||
}
|
||||
Reference in New Issue
Block a user