mirror of
https://github.com/actions/labeler.git
synced 2026-01-14 01:02:37 +08:00
build
This commit is contained in:
24
node_modules/is-accessor-descriptor/package.json
generated
vendored
24
node_modules/is-accessor-descriptor/package.json
generated
vendored
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"is-accessor-descriptor@0.1.6",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "is-accessor-descriptor@0.1.6",
|
||||
"_from": "is-accessor-descriptor@^0.1.6",
|
||||
"_id": "is-accessor-descriptor@0.1.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
|
||||
@@ -15,21 +8,22 @@
|
||||
"is-buffer": "1.1.6"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "is-accessor-descriptor@0.1.6",
|
||||
"raw": "is-accessor-descriptor@^0.1.6",
|
||||
"name": "is-accessor-descriptor",
|
||||
"escapedName": "is-accessor-descriptor",
|
||||
"rawSpec": "0.1.6",
|
||||
"rawSpec": "^0.1.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.6"
|
||||
"fetchSpec": "^0.1.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/is-descriptor"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
|
||||
"_spec": "0.1.6",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6",
|
||||
"_spec": "is-accessor-descriptor@^0.1.6",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/is-descriptor",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -37,9 +31,11 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"kind-of": "^3.0.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
|
||||
Reference in New Issue
Block a user