github-pages-deploy-action/node_modules/browser-resolve/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"browser-resolve@1.11.3",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "browser-resolve@1.11.3",
"_id": "browser-resolve@1.11.3",
"_inBundle": false,
"_integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==",
"_location": "/browser-resolve",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browser-resolve@1.11.3",
"name": "browser-resolve",
"escapedName": "browser-resolve",
"rawSpec": "1.11.3",
"saveSpec": null,
"fetchSpec": "1.11.3"
},
"_requiredBy": [
"/jest-resolve"
],
"_resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz",
"_spec": "1.11.3",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"author": {
"name": "Roman Shtylman",
"email": "shtylman@gmail.com"
},
"bugs": {
"url": "https://github.com/shtylman/node-browser-resolve/issues"
},
"dependencies": {
"resolve": "1.1.7"
},
2020-01-28 13:07:56 +08:00
"description": "resolve which handles browser field support in package.json",
2020-03-22 05:13:25 +08:00
"devDependencies": {
"mocha": "1.14.0"
},
2020-01-28 13:07:56 +08:00
"files": [
"index.js",
"empty.js"
],
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/shtylman/node-browser-resolve#readme",
2020-01-28 13:07:56 +08:00
"keywords": [
"resolve",
"browser"
],
"license": "MIT",
2020-03-22 05:13:25 +08:00
"main": "index.js",
"name": "browser-resolve",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-browser-resolve.git"
2020-01-28 13:07:56 +08:00
},
2020-03-22 05:13:25 +08:00
"scripts": {
"test": "mocha --reporter list test/*.js"
},
"version": "1.11.3"
2020-01-28 13:07:56 +08:00
}