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:
123
node_modules/fined/package.json
generated
vendored
Normal file
123
node_modules/fined/package.json
generated
vendored
Normal file
@@ -0,0 +1,123 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "fined@^1.0.1",
|
||||
"scope": null,
|
||||
"escapedName": "fined",
|
||||
"name": "fined",
|
||||
"rawSpec": "^1.0.1",
|
||||
"spec": ">=1.0.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\liftoff"
|
||||
]
|
||||
],
|
||||
"_from": "fined@>=1.0.1 <2.0.0",
|
||||
"_id": "fined@1.0.2",
|
||||
"_inCache": true,
|
||||
"_location": "/fined",
|
||||
"_nodeVersion": "0.10.41",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/fined-1.0.2.tgz_1475705448430_0.6886874639894813"
|
||||
},
|
||||
"_npmUser": {
|
||||
"name": "phated",
|
||||
"email": "blaine.bublitz@gmail.com"
|
||||
},
|
||||
"_npmVersion": "2.15.2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "fined@^1.0.1",
|
||||
"scope": null,
|
||||
"escapedName": "fined",
|
||||
"name": "fined",
|
||||
"rawSpec": "^1.0.1",
|
||||
"spec": ">=1.0.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/liftoff"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
|
||||
"_shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "fined@^1.0.1",
|
||||
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\liftoff",
|
||||
"author": {
|
||||
"name": "JS CLI Team",
|
||||
"url": "https://github.com/js-cli"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/js-cli/fined/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Takayuki Sato",
|
||||
"email": "t110000508260@yahoo.co.jp"
|
||||
},
|
||||
{
|
||||
"name": "Blaine Bublitz",
|
||||
"email": "blaine.bublitz@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"expand-tilde": "^1.2.1",
|
||||
"lodash.assignwith": "^4.0.7",
|
||||
"lodash.isempty": "^4.2.1",
|
||||
"lodash.isplainobject": "^4.0.4",
|
||||
"lodash.isstring": "^4.0.1",
|
||||
"lodash.pick": "^4.2.1",
|
||||
"parse-filepath": "^1.0.1"
|
||||
},
|
||||
"description": "Find a file given a declaration of locations",
|
||||
"devDependencies": {
|
||||
"eslint": "^1.7.3",
|
||||
"eslint-config-gulp": "^2.0.0",
|
||||
"expect": "^1.19.0",
|
||||
"istanbul": "^0.4.3",
|
||||
"istanbul-coveralls": "^1.0.3",
|
||||
"jscs": "^2.3.5",
|
||||
"jscs-preset-gulp": "^1.0.0",
|
||||
"mocha": "^2.4.5"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
|
||||
"tarball": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"gitHead": "850b8dde2e520878a7ff62b9a6b4a45c82d19889",
|
||||
"homepage": "https://github.com/js-cli/fined#readme",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "phated",
|
||||
"email": "blaine.bublitz@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "fined",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/js-cli/fined.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "istanbul cover _mocha --report lcovonly",
|
||||
"coveralls": "npm run cover && istanbul-coveralls",
|
||||
"lint": "eslint . && jscs index.js test/",
|
||||
"pretest": "npm run lint",
|
||||
"test": "mocha --async-only"
|
||||
},
|
||||
"version": "1.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user