3 changed files with 23 additions and 13 deletions
@ -1,26 +1,25 @@ |
|||||
{ |
{ |
||||
"name": "JLambda", |
"name": "JLambda", |
||||
"version": "0.0.0", |
"version": "1.0.0", |
||||
"description": "yet another static functional language implemented in JS", |
"description": "An experiment in parentheses-free programming", |
||||
"scripts": { |
"scripts": { |
||||
"test": "./test.js" |
"test": "./test.js" |
||||
}, |
}, |
||||
"repository": { |
"repository": "https://github.com/nisstyre56/JLambda.git", |
||||
"type": "git", |
|
||||
"url": "https://github.com/nisstyre56/JLambda.git" |
|
||||
}, |
|
||||
"keywords": [ |
"keywords": [ |
||||
"static", |
"static", |
||||
"functional", |
"functional", |
||||
"language" |
"language" |
||||
], |
], |
||||
"author": "nisstyre56", |
"author": "Wesley Kerfoot", |
||||
"license": "ΩF:∅", |
"license": "MIT", |
||||
"bugs": { |
"bugs": { |
||||
"url": "https://github.com/nisstyre56/JLambda/issues" |
"url": "https://github.com/nisstyre56/JLambda/issues" |
||||
}, |
}, |
||||
"homepage": "https://github.com/nisstyre56/JLambda", |
"homepage": "https://github.com/nisstyre56/JLambda", |
||||
"dependencies": { |
"dependencies": { |
||||
"underscore": "^1.6.0" |
"ramda": "^0.23.0", |
||||
} |
"underscore": "^1.8.3" |
||||
|
}, |
||||
|
"main": "parse.js" |
||||
} |
} |
||||
|
@ -0,0 +1,11 @@ |
|||||
|
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. |
||||
|
# yarn lockfile v1 |
||||
|
|
||||
|
|
||||
|
ramda@^0.23.0: |
||||
|
version "0.23.0" |
||||
|
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.23.0.tgz#ccd13fff73497a93974e3e86327bfd87bd6e8e2b" |
||||
|
|
||||
|
underscore@^1.8.3: |
||||
|
version "1.8.3" |
||||
|
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022" |
Loading…
Reference in new issue