GT2/Ejectable/node_modules/path-browserify/package.json

58 lines
1.5 KiB
JSON

{
"_from": "path-browserify@^1.0.0",
"_id": "path-browserify@1.0.1",
"_inBundle": false,
"_integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
"_location": "/path-browserify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "path-browserify@^1.0.0",
"name": "path-browserify",
"escapedName": "path-browserify",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/expo-asset"
],
"_resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
"_shasum": "d98454a9c3753d5790860f16f68867b9e46be1fd",
"_spec": "path-browserify@^1.0.0",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo-asset",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/browserify/path-browserify/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "the path module from node core for browsers",
"devDependencies": {
"tape": "^4.9.0"
},
"homepage": "https://github.com/browserify/path-browserify",
"keywords": [
"browser",
"browserify",
"path"
],
"license": "MIT",
"main": "index.js",
"name": "path-browserify",
"repository": {
"type": "git",
"url": "git://github.com/browserify/path-browserify.git"
},
"scripts": {
"test": "node test"
},
"version": "1.0.1"
}