UNPKG

2.24 kBJSONView Raw
1{
2 "_from": "rechoir@^0.7.0",
3 "_id": "rechoir@0.7.0",
4 "_inBundle": false,
5 "_integrity": "sha512-ADsDEH2bvbjltXEP+hTIAmeFekTFK0V2BTxMkok6qILyAJEXV0AFfoWcAq4yfll5VdIMd/RVXq0lR+wQi5ZU3Q==",
6 "_location": "/rechoir",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "rechoir@^0.7.0",
12 "name": "rechoir",
13 "escapedName": "rechoir",
14 "rawSpec": "^0.7.0",
15 "saveSpec": null,
16 "fetchSpec": "^0.7.0"
17 },
18 "_requiredBy": [
19 "/webpack-cli"
20 ],
21 "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.0.tgz",
22 "_shasum": "32650fd52c21ab252aa5d65b19310441c7e03aca",
23 "_spec": "rechoir@^0.7.0",
24 "_where": "C:\\Users\\wjosd\\projects\\mathjs\\examples\\node_modules\\webpack-cli",
25 "author": {
26 "name": "Gulp Team",
27 "email": "team@gulpjs.com",
28 "url": "http://gulpjs.com/"
29 },
30 "bugs": {
31 "url": "https://github.com/gulpjs/rechoir/issues"
32 },
33 "bundleDependencies": false,
34 "contributors": [
35 {
36 "name": "Blaine Bublitz",
37 "email": "blaine.bublitz@gmail.com"
38 },
39 {
40 "name": "Tyler Kellen",
41 "email": "tyler@sleekcode.net",
42 "url": "http://goingslowly.com/"
43 }
44 ],
45 "dependencies": {
46 "resolve": "^1.9.0"
47 },
48 "deprecated": false,
49 "description": "Prepare a node environment to require files with different extensions.",
50 "devDependencies": {
51 "eslint": "^2.13.0",
52 "eslint-config-gulp": "^3.0.1",
53 "expect": "^1.20.2",
54 "istanbul": "^0.4.3",
55 "istanbul-coveralls": "^1.0.3",
56 "mocha": "^3.5.3"
57 },
58 "engines": {
59 "node": ">= 0.10"
60 },
61 "files": [
62 "LICENSE",
63 "index.js",
64 "lib/"
65 ],
66 "homepage": "https://github.com/gulpjs/rechoir#readme",
67 "keywords": [
68 "require",
69 "loader",
70 "extension",
71 "extensions",
72 "prepare"
73 ],
74 "license": "MIT",
75 "main": "index.js",
76 "name": "rechoir",
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/gulpjs/rechoir.git"
80 },
81 "scripts": {
82 "cover": "istanbul cover _mocha --report lcovonly",
83 "coveralls": "npm run cover && istanbul-coveralls",
84 "lint": "eslint .",
85 "pretest": "rm -rf tmp/ && npm run lint",
86 "test": "mocha --async-only"
87 },
88 "version": "0.7.0"
89}