mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 12:00:15 -04:00
94 lines
2.2 KiB
JSON
94 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rechoir@0.7.0",
|
|
"/home/chinmay/Desktop/HackTJ2020/frontend"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "rechoir@0.7.0",
|
|
"_id": "rechoir@0.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ADsDEH2bvbjltXEP+hTIAmeFekTFK0V2BTxMkok6qILyAJEXV0AFfoWcAq4yfll5VdIMd/RVXq0lR+wQi5ZU3Q==",
|
|
"_location": "/rechoir",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rechoir@0.7.0",
|
|
"name": "rechoir",
|
|
"escapedName": "rechoir",
|
|
"rawSpec": "0.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack-cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.0.tgz",
|
|
"_spec": "0.7.0",
|
|
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
|
|
"author": {
|
|
"name": "Gulp Team",
|
|
"email": "team@gulpjs.com",
|
|
"url": "http://gulpjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/rechoir/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine.bublitz@gmail.com"
|
|
},
|
|
{
|
|
"name": "Tyler Kellen",
|
|
"email": "tyler@sleekcode.net",
|
|
"url": "http://goingslowly.com/"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"resolve": "^1.9.0"
|
|
},
|
|
"description": "Prepare a node environment to require files with different extensions.",
|
|
"devDependencies": {
|
|
"eslint": "^2.13.0",
|
|
"eslint-config-gulp": "^3.0.1",
|
|
"expect": "^1.20.2",
|
|
"istanbul": "^0.4.3",
|
|
"istanbul-coveralls": "^1.0.3",
|
|
"mocha": "^3.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/gulpjs/rechoir#readme",
|
|
"keywords": [
|
|
"require",
|
|
"loader",
|
|
"extension",
|
|
"extensions",
|
|
"prepare"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "rechoir",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gulpjs/rechoir.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover _mocha --report lcovonly",
|
|
"coveralls": "npm run cover && istanbul-coveralls",
|
|
"lint": "eslint .",
|
|
"pretest": "rm -rf tmp/ && npm run lint",
|
|
"test": "mocha --async-only"
|
|
},
|
|
"version": "0.7.0"
|
|
}
|