mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 12:43:02 -05:00
initial commit
This commit is contained in:
132
node_modules/configstore/package.json
generated
vendored
Normal file
132
node_modules/configstore/package.json
generated
vendored
Normal file
@@ -0,0 +1,132 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "configstore@^1.0.0",
|
||||
"scope": null,
|
||||
"escapedName": "configstore",
|
||||
"name": "configstore",
|
||||
"rawSpec": "^1.0.0",
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\update-notifier"
|
||||
]
|
||||
],
|
||||
"_from": "configstore@>=1.0.0 <2.0.0",
|
||||
"_id": "configstore@1.4.0",
|
||||
"_inCache": true,
|
||||
"_location": "/configstore",
|
||||
"_nodeVersion": "4.2.1",
|
||||
"_npmUser": {
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
},
|
||||
"_npmVersion": "2.14.7",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "configstore@^1.0.0",
|
||||
"scope": null,
|
||||
"escapedName": "configstore",
|
||||
"name": "configstore",
|
||||
"rawSpec": "^1.0.0",
|
||||
"spec": ">=1.0.0 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/update-notifier"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/configstore/-/configstore-1.4.0.tgz",
|
||||
"_shasum": "c35781d0501d268c25c54b8b17f6240e8a4fb021",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "configstore@^1.0.0",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\update-notifier",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/yeoman/configstore/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.1.2",
|
||||
"mkdirp": "^0.5.0",
|
||||
"object-assign": "^4.0.1",
|
||||
"os-tmpdir": "^1.0.0",
|
||||
"osenv": "^0.1.0",
|
||||
"uuid": "^2.0.1",
|
||||
"write-file-atomic": "^1.1.2",
|
||||
"xdg-basedir": "^2.0.0"
|
||||
},
|
||||
"description": "Easily load and save config without having to think about where and how",
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"path-exists": "^2.0.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "c35781d0501d268c25c54b8b17f6240e8a4fb021",
|
||||
"tarball": "https://registry.npmjs.org/configstore/-/configstore-1.4.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "9ad6120a0d38bc672ec557fda1e868acb29cb13a",
|
||||
"homepage": "https://github.com/yeoman/configstore",
|
||||
"keywords": [
|
||||
"conf",
|
||||
"config",
|
||||
"configuration",
|
||||
"settings",
|
||||
"store",
|
||||
"editable",
|
||||
"json",
|
||||
"data",
|
||||
"persist",
|
||||
"persistent",
|
||||
"save"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "addyosmani",
|
||||
"email": "addyosmani@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "passy",
|
||||
"email": "phartig@rdrei.net"
|
||||
},
|
||||
{
|
||||
"name": "sboudrias",
|
||||
"email": "admin@simonboudrias.com"
|
||||
},
|
||||
{
|
||||
"name": "eddiemonge",
|
||||
"email": "eddie+npm@eddiemonge.com"
|
||||
},
|
||||
{
|
||||
"name": "arthurvr",
|
||||
"email": "contact@arthurverschaeve.be"
|
||||
}
|
||||
],
|
||||
"name": "configstore",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/yeoman/configstore.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && mocha"
|
||||
},
|
||||
"version": "1.4.0"
|
||||
}
|
||||
Reference in New Issue
Block a user