Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 20, 2023
1 parent 83d38c6 commit 516fdc2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "safe-array-concat",
"version": "0.0.0",
"description": "Array.prototype.concat, but is safe by ignoring Symbol.isConcatSpreadable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"safe",
"array",
"concat",
"push",
"isconcatspreadable"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/safe-array-concat.git"
},
"bugs": {
"url": "https://github.com/ljharb/safe-array-concat/issues"
},
"homepage": "https://github.com/ljharb/safe-array-concat#readme"
}

0 comments on commit 516fdc2

Please sign in to comment.