initial commit

This commit is contained in:
2017-05-20 16:42:43 -04:00
commit e6530a1fa6
2106 changed files with 206258 additions and 0 deletions

109
node_modules/resolve/package.json generated vendored Normal file
View File

@@ -0,0 +1,109 @@
{
"_args": [
[
{
"raw": "resolve@^1.1.7",
"scope": null,
"escapedName": "resolve",
"name": "resolve",
"rawSpec": "^1.1.7",
"spec": ">=1.1.7 <2.0.0",
"type": "range"
},
"C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\liftoff"
]
],
"_from": "resolve@>=1.1.7 <2.0.0",
"_id": "resolve@1.3.3",
"_inCache": true,
"_location": "/resolve",
"_nodeVersion": "7.9.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/resolve-1.3.3.tgz_1492668562208_0.1827435742598027"
},
"_npmUser": {
"name": "ljharb",
"email": "ljharb@gmail.com"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"raw": "resolve@^1.1.7",
"scope": null,
"escapedName": "resolve",
"name": "resolve",
"rawSpec": "^1.1.7",
"spec": ">=1.1.7 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/liftoff",
"/rechoir"
],
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.3.3.tgz",
"_shasum": "655907c3469a8680dc2de3a275a8fdd69691f0e5",
"_shrinkwrap": null,
"_spec": "resolve@^1.1.7",
"_where": "C:\\Users\\chvra\\Documents\\angular-play\\nodeRest\\node_modules\\liftoff",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-resolve/issues"
},
"dependencies": {
"path-parse": "^1.0.5"
},
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
"devDependencies": {
"@ljharb/eslint-config": "^11.0.0",
"eslint": "^3.19.0",
"object-keys": "^1.0.11",
"safe-publish-latest": "^1.1.1",
"tap": "0.4.13",
"tape": "^4.6.3"
},
"directories": {},
"dist": {
"shasum": "655907c3469a8680dc2de3a275a8fdd69691f0e5",
"tarball": "https://registry.npmjs.org/resolve/-/resolve-1.3.3.tgz"
},
"gitHead": "f0098226a4fd0dedc85b5f1e8ca8aac6a7ca7a60",
"homepage": "https://github.com/substack/node-resolve#readme",
"keywords": [
"resolve",
"require",
"node",
"module"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
},
{
"name": "substack",
"email": "substack@gmail.com"
}
],
"name": "resolve",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-resolve.git"
},
"scripts": {
"lint": "eslint .",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run --silent tests-only",
"tests-only": "tape test/*.js"
},
"version": "1.3.3"
}