mirror of
https://github.com/actions/labeler.git
synced 2025-12-17 07:32:20 +00:00
build
This commit is contained in:
24
node_modules/is-arrayish/package.json
generated
vendored
24
node_modules/is-arrayish/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-arrayish@0.2.1",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "is-arrayish@0.2.1",
|
||||
"_from": "is-arrayish@^0.2.1",
|
||||
"_id": "is-arrayish@0.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
|
||||
"_location": "/is-arrayish",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "is-arrayish@0.2.1",
|
||||
"raw": "is-arrayish@^0.2.1",
|
||||
"name": "is-arrayish",
|
||||
"escapedName": "is-arrayish",
|
||||
"rawSpec": "0.2.1",
|
||||
"rawSpec": "^0.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.2.1"
|
||||
"fetchSpec": "^0.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/error-ex"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
|
||||
"_spec": "0.2.1",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "77c99840527aa8ecb1a8ba697b80645a7a926a9d",
|
||||
"_spec": "is-arrayish@^0.2.1",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/error-ex",
|
||||
"author": {
|
||||
"name": "Qix",
|
||||
"url": "http://github.com/qix-"
|
||||
@@ -35,6 +29,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/qix-/node-is-arrayish/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Determines if an object can be used as an array",
|
||||
"devDependencies": {
|
||||
"coffee-script": "^1.9.3",
|
||||
|
||||
Reference in New Issue
Block a user