mirror of
https://github.com/actions/labeler.git
synced 2026-01-15 18:11:04 +08:00
build
This commit is contained in:
24
node_modules/to-fast-properties/package.json
generated
vendored
24
node_modules/to-fast-properties/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"to-fast-properties@2.0.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "to-fast-properties@2.0.0",
|
||||
"_from": "to-fast-properties@^2.0.0",
|
||||
"_id": "to-fast-properties@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
|
||||
"_location": "/to-fast-properties",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "to-fast-properties@2.0.0",
|
||||
"raw": "to-fast-properties@^2.0.0",
|
||||
"name": "to-fast-properties",
|
||||
"escapedName": "to-fast-properties",
|
||||
"rawSpec": "2.0.0",
|
||||
"rawSpec": "^2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.0"
|
||||
"fetchSpec": "^2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/types"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "dc5e698cbd079265bc73e0377681a4e4e83f616e",
|
||||
"_spec": "to-fast-properties@^2.0.0",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@babel/types",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -36,6 +30,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/to-fast-properties/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Force V8 to use fast properties for an object",
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4"
|
||||
|
||||
Reference in New Issue
Block a user