mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 18:04:29 +00:00
v5
This commit is contained in:
parent
d1407282e6
commit
08403cd828
6774 changed files with 1602535 additions and 1 deletions
35
node_modules/to-fast-properties/package.json
generated
vendored
Normal file
35
node_modules/to-fast-properties/package.json
generated
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "to-fast-properties",
|
||||
"version": "2.0.0",
|
||||
"description": "Force V8 to use fast properties for an object",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/to-fast-properties",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node --allow-natives-syntax test.js"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"object",
|
||||
"obj",
|
||||
"properties",
|
||||
"props",
|
||||
"v8",
|
||||
"optimize",
|
||||
"fast",
|
||||
"convert",
|
||||
"mode"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "0.0.4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue