1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "rechoir@^0.8.0",
- "_id": "rechoir@0.8.0",
- "_inBundle": false,
- "_integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
- "_location": "/rechoir",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "rechoir@^0.8.0",
- "name": "rechoir",
- "escapedName": "rechoir",
- "rawSpec": "^0.8.0",
- "saveSpec": null,
- "fetchSpec": "^0.8.0"
- },
- "_requiredBy": [
- "/webpack-cli"
- ],
- "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
- "_shasum": "49f866e0d32146142da3ad8f0eff352b3215ff22",
- "_spec": "rechoir@^0.8.0",
- "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/webpack-cli",
- "author": {
- "name": "Gulp Team",
- "email": "team@gulpjs.com",
- "url": "http://gulpjs.com/"
- },
- "bugs": {
- "url": "https://github.com/gulpjs/rechoir/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com"
- },
- {
- "name": "Tyler Kellen",
- "email": "tyler@sleekcode.net",
- "url": "http://goingslowly.com/"
- }
- ],
- "dependencies": {
- "resolve": "^1.20.0"
- },
- "deprecated": false,
- "description": "Prepare a node environment to require files with different extensions.",
- "devDependencies": {
- "eslint": "^7.21.0",
- "eslint-config-gulp": "^5.0.1",
- "expect": "^27.0.0",
- "mocha": "^8.3.0",
- "nyc": "^15.1.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "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",
- "nyc": {
- "reporter": [
- "lcov",
- "text-summary"
- ]
- },
- "prettier": {
- "singleQuote": true
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gulpjs/rechoir.git"
- },
- "scripts": {
- "lint": "eslint .",
- "pretest": "rm -rf tmp/ && npm run lint",
- "test": "nyc mocha --async-only"
- },
- "version": "0.8.0"
- }
|