mirror of
https://github.com/actions/labeler.git
synced 2026-01-11 23:51:53 +08:00
build
This commit is contained in:
24
node_modules/sax/package.json
generated
vendored
24
node_modules/sax/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"sax@1.2.4",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "sax@1.2.4",
|
||||
"_from": "sax@^1.2.4",
|
||||
"_id": "sax@1.2.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
|
||||
"_location": "/sax",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "sax@1.2.4",
|
||||
"raw": "sax@^1.2.4",
|
||||
"name": "sax",
|
||||
"escapedName": "sax",
|
||||
"rawSpec": "1.2.4",
|
||||
"rawSpec": "^1.2.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.4"
|
||||
"fetchSpec": "^1.2.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jsdom"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
|
||||
"_spec": "1.2.4",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "2816234e2378bddc4e5354fab5caa895df7100d9",
|
||||
"_spec": "sax@^1.2.4",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jsdom",
|
||||
"author": {
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"email": "i@izs.me",
|
||||
@@ -36,6 +30,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/sax-js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "An evented streaming XML parser in JavaScript",
|
||||
"devDependencies": {
|
||||
"standard": "^8.6.0",
|
||||
|
||||
Reference in New Issue
Block a user